| 2017-09-14 |
Peter Eisentraut | Remove BoolPtr type |
commit | commitdiff | tree |
| 2017-09-14 |
Peter Eisentraut | Fix bool/int type confusion |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Fix inconsistent capitalization. |
commit | commitdiff | tree |
| 2017-09-14 |
Robert Haas | Set partitioned_rels appropriately when UNION ALL is... |
commit | commitdiff | tree |
| 2017-09-14 |
Andres Freund | Properly check interrupts in execScan.c. |
commit | commitdiff | tree |
| 2017-09-14 |
Stephen Frost | Fix ordering in pg_dump of GRANTs |
commit | commitdiff | tree |
| 2017-09-13 |
Tom Lane | Adjust unstable regression test case. |
commit | commitdiff | tree |
| 2017-09-13 |
Tom Lane | Update contrib/seg for new scalarlesel/scalargesel... |
commit | commitdiff | tree |
| 2017-09-13 |
Tom Lane | Distinguish selectivity of < from <= and > from >=. |
commit | commitdiff | tree |
| 2017-09-13 |
Peter Eisentraut | doc: Remove incorrect SCRAM protocol documentation |
commit | commitdiff | tree |
| 2017-09-13 |
Bruce Momjian | docs: adjust "link mode" mention in pg_upgrade streami... |
commit | commitdiff | tree |
| 2017-09-13 |
Bruce Momjian | docs: improve pg_upgrade standby instructions |
commit | commitdiff | tree |
| 2017-09-13 |
Peter Eisentraut | Improve error message in WAL sender |
commit | commitdiff | tree |
| 2017-09-13 |
Peter Eisentraut | Define LDAP_NO_ATTRS if necessary. |
commit | commitdiff | tree |
| 2017-09-12 |
Tom Lane | Add psql variables to track success/failure of SQL... |
commit | commitdiff | tree |
| 2017-09-12 |
Andres Freund | Introduce BYTES unit for GUCs. |
commit | commitdiff | tree |
| 2017-09-12 |
Bruce Momjian | docs: improve pg_upgrade rsync instructions |
commit | commitdiff | tree |
| 2017-09-12 |
Peter Eisentraut | doc: Remove useless marked section |
commit | commitdiff | tree |
| 2017-09-12 |
Peter Eisentraut | doc: Document default scope in LDAP URL |
commit | commitdiff | tree |
| 2017-09-12 |
Peter Eisentraut | Allow custom search filters to be configured for LDAP... |
commit | commitdiff | tree |
| 2017-09-12 |
Michael Meskes | Fixed ECPG to correctly handle out-of-scope cursor... |
commit | commitdiff | tree |
| 2017-09-12 |
Tom Lane | Fix RecursiveCopy.pm to cope with disappearing files. |
commit | commitdiff | tree |
| 2017-09-11 |
Bruce Momjian | PG 10 release notes: change trigger transition tables |
commit | commitdiff | tree |
| 2017-09-11 |
Bruce Momjian | PG 10 release notes: update PL/Tcl functions item |
commit | commitdiff | tree |
| 2017-09-11 |
Peter Eisentraut | pg_receivewal: Add --endpos option |
commit | commitdiff | tree |
| 2017-09-11 |
Andres Freund | Constify numeric.c. |
commit | commitdiff | tree |
| 2017-09-11 |
Tom Lane | Prefer argument name over "$n" for the refname of a... |
commit | commitdiff | tree |
| 2017-09-11 |
Peter Eisentraut | doc: Document function pointer source code style |
commit | commitdiff | tree |
| 2017-09-11 |
Peter Eisentraut | Message style fixes |
commit | commitdiff | tree |
| 2017-09-10 |
Tom Lane | Quick-hack fix for foreign key cascade vs triggers... |
commit | commitdiff | tree |
| 2017-09-10 |
Tom Lane | Add a test harness for the red-black tree code. |
commit | commitdiff | tree |
| 2017-09-10 |
Tom Lane | Remove pre-order and post-order traversal logic for... |
commit | commitdiff | tree |
| 2017-09-09 |
Peter Eisentraut | pg_upgrade: Message style fixes |
commit | commitdiff | tree |
| 2017-09-09 |
Tom Lane | Fix failure-to-copy bug in commit 6f6b99d13. |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Fix uninitialized-variable bug. |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Fix more portability issues in new pgbench TAP tests. |
commit | commitdiff | tree |
| 2017-09-08 |
Robert Haas | Allow a partitioned table to have a default partition. |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Fix pgbench TAP tests to work with --disable-thread... |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Remove mention of password_encryption = plain in postgr... |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Fix more portability issues in new pgbench TAP tests. |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Fix more portability issues in new pgbench TAP tests. |
commit | commitdiff | tree |
| 2017-09-08 |
Peter Eisentraut | Clean up excessive code |
commit | commitdiff | tree |
| 2017-09-08 |
Peter Eisentraut | Remove useless empty string initializations |
commit | commitdiff | tree |
| 2017-09-08 |
Peter Eisentraut | Remove useless dead code |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Fix assorted portability issues in new pgbench TAP... |
commit | commitdiff | tree |
| 2017-09-08 |
Tom Lane | Add much-more-extensive TAP tests for pgbench. |
commit | commitdiff | tree |
| 2017-09-08 |
Robert Haas | Refactor get_partition_for_tuple a bit. |
commit | commitdiff | tree |
| 2017-09-07 |
Tom Lane | Improve performance of get_actual_variable_range with... |
commit | commitdiff | tree |
| 2017-09-07 |
Tom Lane | Improve documentation about behavior of multi-statement... |
commit | commitdiff | tree |
| 2017-09-07 |
Peter Eisentraut | Reduce excessive dereferencing of function pointers |
commit | commitdiff | tree |
| 2017-09-07 |
Robert Haas | Even if some partitions are foreign, allow tuple routing. |
commit | commitdiff | tree |
| 2017-09-07 |
Tom Lane | Fix handling of savepoint commands within multi-stateme... |
commit | commitdiff | tree |
| 2017-09-07 |
Tom Lane | Further marginal hacking on generic atomic ops. |
commit | commitdiff | tree |
| 2017-09-07 |
Simon Riggs | Exclude special values in recovery_target_time |
commit | commitdiff | tree |
| 2017-09-06 |
Tom Lane | Sync function prototype with its actual definition. |
commit | commitdiff | tree |
| 2017-09-06 |
Tom Lane | Merge duplicative code for \sf/\sv, \ef/\ev in psql... |
commit | commitdiff | tree |
| 2017-09-06 |
Simon Riggs | Allow SET STATISTICS on expression indexes |
commit | commitdiff | tree |
| 2017-09-06 |
Tom Lane | Use more of gcc's __sync_fetch_and_xxx builtin function... |
commit | commitdiff | tree |
| 2017-09-06 |
Tom Lane | Remove duplicate reads from the inner loops in generic... |
commit | commitdiff | tree |
| 2017-09-06 |
Peter Eisentraut | doc: Make function synopsis formatting more uniform |
commit | commitdiff | tree |
| 2017-09-06 |
Peter Eisentraut | Escape < and & in SGML |
commit | commitdiff | tree |
| 2017-09-06 |
Tom Lane | Clean up handling of dropped columns in NAMEDTUPLESTORE... |
commit | commitdiff | tree |
| 2017-09-06 |
Peter Eisentraut | doc: Clarify pg_inherits description |
commit | commitdiff | tree |
| 2017-09-05 |
Tom Lane | Add \gdesc psql command. |
commit | commitdiff | tree |
| 2017-09-05 |
Tom Lane | Use lfirst_node() and linitial_node() where appropriate... |
commit | commitdiff | tree |
| 2017-09-05 |
Peter Eisentraut | Remove endof macro |
commit | commitdiff | tree |
| 2017-09-05 |
Peter Eisentraut | Remove unnecessary casts |
commit | commitdiff | tree |
| 2017-09-05 |
Peter Eisentraut | Remove unnecessary parentheses in return statements |
commit | commitdiff | tree |
| 2017-09-05 |
Peter Eisentraut | Remove our own definition of NULL |
commit | commitdiff | tree |
| 2017-09-05 |
Peter Eisentraut | fuzzystrmatch: Remove dead code |
commit | commitdiff | tree |
| 2017-09-05 |
Peter Eisentraut | Support retaining data dirs on successful TAP tests |
commit | commitdiff | tree |
| 2017-09-05 |
Tom Lane | In psql, use PSQL_PAGER in preference to PAGER, if... |
commit | commitdiff | tree |
| 2017-09-05 |
Alvaro Herrera | Correct base backup throttling |
commit | commitdiff | tree |
| 2017-09-05 |
Tom Lane | Add psql variables showing server version and psql... |
commit | commitdiff | tree |
| 2017-09-05 |
Tom Lane | Reformat psql's --help=variables output. |
commit | commitdiff | tree |
| 2017-09-04 |
Tom Lane | Be more careful about newline-chomping in pgbench. |
commit | commitdiff | tree |
| 2017-09-04 |
Tom Lane | Fix some subtle problems in pgbench transaction stats... |
commit | commitdiff | tree |
| 2017-09-04 |
Tom Lane | Adjust pgbench to allow non-ASCII characters in variabl... |
commit | commitdiff | tree |
| 2017-09-04 |
Alvaro Herrera | Fix translatable string |
commit | commitdiff | tree |
| 2017-09-03 |
Tom Lane | Suppress compiler warnings in dshash.c. |
commit | commitdiff | tree |
| 2017-09-03 |
Tom Lane | Fix macro-redefinition warning on MSVC. |
commit | commitdiff | tree |
| 2017-09-02 |
Peter Eisentraut | doc: Fix typos and other minor issues |
commit | commitdiff | tree |
| 2017-09-01 |
Tom Lane | Improve division of labor between execParallel.c and... |
commit | commitdiff | tree |
| 2017-09-01 |
Peter Eisentraut | Add memory info to getrusage output |
commit | commitdiff | tree |
| 2017-09-01 |
Robert Haas | Tighten up some code in RelationBuildPartitionDesc. |
commit | commitdiff | tree |
| 2017-09-01 |
Tom Lane | Make [U]INT64CONST safe for use in #if conditions. |
commit | commitdiff | tree |
| 2017-09-01 |
Peter Eisentraut | doc: Remove mentions of server-side CRL and CA file... |
commit | commitdiff | tree |
| 2017-09-01 |
Tom Lane | Ensure SIZE_MAX can be used throughout our code. |
commit | commitdiff | tree |
| 2017-09-01 |
Robert Haas | pg_dumpall: Add a -E flag to set the encoding, like... |
commit | commitdiff | tree |
| 2017-09-01 |
Simon Riggs | Provisional list of Major Features |
commit | commitdiff | tree |
| 2017-09-01 |
Robert Haas | Use group updates when setting transaction status in... |
commit | commitdiff | tree |
| 2017-09-01 |
Alvaro Herrera | Fix two-phase commit test for recovery mode |
commit | commitdiff | tree |
| 2017-09-01 |
Alvaro Herrera | Restore behavior for replication origin drop |
commit | commitdiff | tree |
| 2017-09-01 |
Simon Riggs | Avoid race condition in logical replication test |
commit | commitdiff | tree |
| 2017-09-01 |
Alvaro Herrera | Add a WAIT option to DROP_REPLICATION_SLOT |
commit | commitdiff | tree |
| 2017-09-01 |
Simon Riggs | Add note about diskspace usage of pg_commit_ts |
commit | commitdiff | tree |
| 2017-09-01 |
Robert Haas | Fix assorted carelessness about Datum vs. int64 vs... |
commit | commitdiff | tree |
| 2017-09-01 |
Robert Haas | Try to repair poorly-considered code in previous commit. |
commit | commitdiff | tree |
| 2017-09-01 |
Robert Haas | Introduce 64-bit hash functions with a 64-bit seed. |
commit | commitdiff | tree |
| next |