2017-09-18 |
Tom Lane | Fix, or at least ameliorate, bugs in logicalrep_worker_... |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Peter Eisentraut | Update some dead external links in the documentation |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Peter Eisentraut | Remove dead external links from documentation |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Peter Eisentraut | Fix DROP SUBSCRIPTION hang |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Tom Lane | Allow rel_is_distinct_for() to look through RelabelType... |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Tom Lane | Fix possible dangling pointer dereference in trigger.c. |
commit | commitdiff | tree | snapshot |
2017-09-17 |
Tom Lane | Ensure that BEFORE STATEMENT triggers fire the right... |
commit | commitdiff | tree | snapshot |
2017-09-16 |
Tom Lane | Doc: add example of transition table use in a trigger. |
commit | commitdiff | tree | snapshot |
2017-09-16 |
Tom Lane | Fix SQL-spec incompatibilities in new transition table... |
commit | commitdiff | tree | snapshot |
2017-09-16 |
Bruce Momjian | docs: clarify pg_upgrade docs regarding standbys and... |
commit | commitdiff | tree | snapshot |
2017-09-16 |
Robert Haas | After a MINVALUE/MAXVALUE bound, allow only more of... |
commit | commitdiff | tree | snapshot |
2017-09-15 |
Peter Eisentraut | Apply pg_get_serial_sequence() to identity column seque... |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Robert Haas | Add missing tags to GetCommandLogLevel. |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Robert Haas | Fix inconsistent capitalization. |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Robert Haas | Set partitioned_rels appropriately when UNION ALL is... |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Andres Freund | Properly check interrupts in execScan.c. |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Stephen Frost | Fix ordering in pg_dump of GRANTs |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Michael Meskes | Changed order of statements and added an additiona... |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Michael Meskes | Make setlocale in ECPG test cases thread aware on Windows. |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Peter Eisentraut | doc: Remove incorrect SCRAM protocol documentation |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Bruce Momjian | docs: adjust "link mode" mention in pg_upgrade streami... |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Bruce Momjian | docs: improve pg_upgrade standby instructions |
commit | commitdiff | tree | snapshot |
2017-09-13 |
Peter Eisentraut | Improve error message in WAL sender |
commit | commitdiff | tree | snapshot |
2017-09-12 |
Bruce Momjian | docs: improve pg_upgrade rsync instructions |
commit | commitdiff | tree | snapshot |
2017-09-12 |
Tom Lane | Fix RecursiveCopy.pm to cope with disappearing files. |
commit | commitdiff | tree | snapshot |
2017-09-11 |
Bruce Momjian | PG 10 release notes: change trigger transition tables |
commit | commitdiff | tree | snapshot |
2017-09-11 |
Bruce Momjian | PG 10 release notes: update PL/Tcl functions item |
commit | commitdiff | tree | snapshot |
2017-09-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-09-11 |
Peter Eisentraut | Message style fixes |
commit | commitdiff | tree | snapshot |
2017-09-10 |
Tom Lane | Quick-hack fix for foreign key cascade vs triggers... |
commit | commitdiff | tree | snapshot |
2017-09-09 |
Peter Eisentraut | pg_upgrade: Message style fixes |
commit | commitdiff | tree | snapshot |
2017-09-08 |
Tom Lane | Fix uninitialized-variable bug. |
commit | commitdiff | tree | snapshot |
2017-09-08 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree | snapshot |
2017-09-08 |
Tom Lane | Remove mention of password_encryption = plain in postgr... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Robert Haas | Even if some partitions are foreign, allow tuple routing. |
commit | commitdiff | tree | snapshot |
2017-09-06 |
Tom Lane | Add psql variables showing server version and psql... |
commit | commitdiff | tree | snapshot |
2017-09-06 |
Tom Lane | Clean up handling of dropped columns in NAMEDTUPLESTORE... |
commit | commitdiff | tree | snapshot |
2017-09-05 |
Tom Lane | Fix psql's --help=commands output line count. |
commit | commitdiff | tree | snapshot |
2017-09-05 |
Alvaro Herrera | Correct base backup throttling |
commit | commitdiff | tree | snapshot |
2017-09-04 |
Alvaro Herrera | Fix translatable string |
commit | commitdiff | tree | snapshot |
2017-09-03 |
Tom Lane | Fix macro-redefinition warning on MSVC. |
commit | commitdiff | tree | snapshot |
2017-09-02 |
Peter Eisentraut | doc: Fix typos and other minor issues |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Improve division of labor between execParallel.c and... |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Make [U]INT64CONST safe for use in #if conditions. |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Tom Lane | Ensure SIZE_MAX can be used throughout our code. |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Alvaro Herrera | Fix two-phase commit test for recovery mode |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Alvaro Herrera | Restore behavior for replication origin drop |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Simon Riggs | Avoid race condition in logical replication test |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Simon Riggs | Provisional list of Major Features |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Alvaro Herrera | Add a WAIT option to DROP_REPLICATION_SLOT |
commit | commitdiff | tree | snapshot |
2017-09-01 |
Simon Riggs | Add note about diskspace usage of pg_commit_ts |
commit | commitdiff | tree | snapshot |
2017-08-31 |
Tom Lane | Avoid memory leaks when a GatherMerge node is rescanned. |
commit | commitdiff | tree | snapshot |
2017-08-31 |
Tom Lane | Clean up shm_mq cleanup. |
commit | commitdiff | tree | snapshot |
2017-08-31 |
Tom Lane | Improve code coverage of select_parallel test. |
commit | commitdiff | tree | snapshot |
2017-08-30 |
Tom Lane | Code review for nodeGatherMerge.c. |
commit | commitdiff | tree | snapshot |
2017-08-30 |
Tom Lane | Separate reinitialization of shared parallel-scan state... |
commit | commitdiff | tree | snapshot |
2017-08-30 |
Tom Lane | Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b... |
commit | commitdiff | tree | snapshot |
2017-08-30 |
Tom Lane | Force rescanning of parallel-aware scan nodes below... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Peter Eisentraut | doc: Avoid sidebar element |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Doc: document libpq's restriction to INT_MAX rows in... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Teach libpq to detect integer overflow in the row count... |
commit | commitdiff | tree | snapshot |
2017-08-29 |
Tom Lane | Improve docs about numeric formatting patterns (to_char... |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Stamp 10beta4. REL_10_BETA4 |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Doc: adjust release-note credit for parallel pg_restore... |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Tom Lane | Fix over-aggressive sanity check in misc_sanity.sql. |
commit | commitdiff | tree | snapshot |
2017-08-28 |
Peter Eisentraut | Clarify documentation |
commit | commitdiff | tree | snapshot |
2017-08-27 |
Tom Lane | Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Tom Lane | Doc: update v10 release notes through today. |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Peter Eisentraut | pg_test_timing: Some NLS fixes |
commit | commitdiff | tree | snapshot |
2017-08-25 |
Robert Haas | Improve low-level backup documentation. |
commit | commitdiff | tree | snapshot |
2017-08-25 |
Peter Eisentraut | pg_upgrade: Remove more dead code |
commit | commitdiff | tree | snapshot |
2017-08-25 |
Peter Eisentraut | Message translatability fixes |
commit | commitdiff | tree | snapshot |
2017-08-24 |
Andres Freund | Fix harmless thinko in dsa.c. |
commit | commitdiff | tree | snapshot |
2017-08-24 |
Stephen Frost | psql: Fix \gx when FETCH_COUNT is used |
commit | commitdiff | tree | snapshot |
2017-08-24 |
Peter Eisentraut | pg_upgrade: Remove dead code |
commit | commitdiff | tree | snapshot |
2017-08-24 |
Peter Eisentraut | Increase SCRAM salt length |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Peter Eisentraut | Update code comment for temporary replication slots |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Peter Eisentraut | Fix outdated comment |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Peter Eisentraut | Tweak some SCRAM error messages and code comments |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Peter Eisentraut | Fix translation marker |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Peter Eisentraut | pg_upgrade: Message translatability and style fixes |
commit | commitdiff | tree | snapshot |
2017-08-22 |
Peter Eisentraut | doc: Mention identity column feature in section on... |
commit | commitdiff | tree | snapshot |
2017-08-22 |
Andres Freund | Backpatch introduction of TupleDescAttr(tupdesc, i). |
commit | commitdiff | tree | snapshot |
2017-08-21 |
Peter Eisentraut | Don't install ICU collation keyword variants |
commit | commitdiff | tree | snapshot |
2017-08-21 |
Peter Eisentraut | Expand set of predefined ICU locales |
commit | commitdiff | tree | snapshot |
2017-08-21 |
Noah Misch | Inject $(ICU_LIBS) regardless of platform. |
commit | commitdiff | tree | snapshot |
2017-08-19 |
Tom Lane | Fix possible core dump in parallel restore when using... |
commit | commitdiff | tree | snapshot |
2017-08-19 |
Peter Eisentraut | Fix creation of ICU comments for keyword variants |
commit | commitdiff | tree | snapshot |
2017-08-18 |
Robert Haas | Fix interaction of triggers, partitioning, and EXPLAIN... |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Tom Lane | Temporarily revert test case from a2b70c89ca1a5fcf6181d... |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Robert Haas | Don't lock tables in RelationGetPartitionDispatchInfo. |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Tom Lane | Fix ExecReScanGatherMerge. |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Tom Lane | Further tweaks to compiler flags for PL/Perl on Windows. |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Peter Eisentraut | doc: Update RFC URLs |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Robert Haas | Remove bogus line from comment. |
commit | commitdiff | tree | snapshot |
2017-08-17 |
Peter Eisentraut | doc: Fix table column count |
commit | commitdiff | tree | snapshot |
2017-08-16 |
Peter Eisentraut | pg_dump: Support using synchronized snapshots on standbys |
commit | commitdiff | tree | snapshot |
next |