2017-05-02 |
Andrew Dunstan | Fix perl thinko in commit fed6df486dca |
commit | commitdiff | tree |
2017-05-02 |
Magnus Hagander | Change hot_standby default value to 'on' |
commit | commitdiff | tree |
2017-05-02 |
Peter Eisentraut | Don't wake up logical replication launcher unnecessarily |
commit | commitdiff | tree |
2017-05-01 |
Tom Lane | Improve function header comment for create_singleton_ar... |
commit | commitdiff | tree |
2017-05-01 |
Tom Lane | Reduce semijoins with unique inner relations to plain... |
commit | commitdiff | tree |
2017-05-01 |
Tom Lane | Fix mis-optimization of semijoins with more than one... |
commit | commitdiff | tree |
2017-05-01 |
Tom Lane | Update time zone data files to tzdata release 2017b. |
commit | commitdiff | tree |
2017-05-01 |
Robert Haas | libpq: Fix inadvertent change in .pgpass lookup behavior. |
commit | commitdiff | tree |
2017-05-01 |
Andrew Dunstan | Allow vcregress.pl to run an arbitrary TAP test set |
commit | commitdiff | tree |
2017-05-01 |
Peter Eisentraut | Fix logical replication launcher wake up and reset |
commit | commitdiff | tree |
2017-05-01 |
Robert Haas | Fire per-statement triggers on partitioned tables. |
commit | commitdiff | tree |
2017-04-30 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree |
2017-04-30 |
Tom Lane | Fix possible null pointer dereference or invalid warnin... |
commit | commitdiff | tree |
2017-04-30 |
Tom Lane | Micro-optimize some slower queries in the opr_sanity... |
commit | commitdiff | tree |
2017-04-28 |
Peter Eisentraut | doc: Fix typo in 9.6 release notes |
commit | commitdiff | tree |
2017-04-28 |
Robert Haas | Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. |
commit | commitdiff | tree |
2017-04-28 |
Peter Eisentraut | psql: Support identity columns in sequence display |
commit | commitdiff | tree |
2017-04-28 |
Robert Haas | In load_relcache_init_file, initialize rd_pdcxt. |
commit | commitdiff | tree |
2017-04-28 |
Robert Haas | Speed up dropping tables with many partitions. |
commit | commitdiff | tree |
2017-04-28 |
Robert Haas | Fix crash when partitioned column specified twice. |
commit | commitdiff | tree |
2017-04-28 |
Peter Eisentraut | Wait between tablesync worker restarts |
commit | commitdiff | tree |
2017-04-28 |
Heikki Linnakangas | Misc SCRAM code cleanups. |
commit | commitdiff | tree |
2017-04-28 |
Stephen Frost | Remove unnecessairly duplicated gram.y productions |
commit | commitdiff | tree |
2017-04-27 |
Andres Freund | Don't build full initial logical decoding snapshot... |
commit | commitdiff | tree |
2017-04-27 |
Andres Freund | Don't use on-disk snapshots for exported logical decodi... |
commit | commitdiff | tree |
2017-04-27 |
Tom Lane | Avoid slow shutdown of pg_basebackup. |
commit | commitdiff | tree |
2017-04-27 |
Fujii Masao | Fix bug so logical rep launcher saves correctly time... |
commit | commitdiff | tree |
2017-04-27 |
Tom Lane | Cope with glibc too old to have epoll_create1(). |
commit | commitdiff | tree |
2017-04-27 |
Andres Freund | Preserve required !catalog tuples while computing initi... |
commit | commitdiff | tree |
2017-04-27 |
Tom Lane | Make latch.c more paranoid about child-process cases. |
commit | commitdiff | tree |
2017-04-27 |
Bruce Momjian | doc: PG10 release note typo fix |
commit | commitdiff | tree |
2017-04-27 |
Bruce Momjian | doc PG10rel: adjust hash index commits and add parallel... |
commit | commitdiff | tree |
2017-04-27 |
Simon Riggs | Rework handling of subtransactions in 2PC recovery |
commit | commitdiff | tree |
2017-04-27 |
Simon Riggs | Additional tests for subtransactions in recovery |
commit | commitdiff | tree |
2017-04-27 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
2017-04-26 |
Tom Lane | Allow multiple bgworkers to be launched per postmaster... |
commit | commitdiff | tree |
2017-04-26 |
Bruce Momjian | doc PG10: add commit for transition table item |
commit | commitdiff | tree |
2017-04-26 |
Stephen Frost | pg_get_partkeydef: return NULL for non-partitions |
commit | commitdiff | tree |
2017-04-26 |
Tom Lane | Silence compiler warning induced by commit de4389712. |
commit | commitdiff | tree |
2017-04-26 |
Peter Eisentraut | doc: ALTER SUBSCRIPTION documentation fixes |
commit | commitdiff | tree |
2017-04-26 |
Peter Eisentraut | Fix query that gets remote relation info |
commit | commitdiff | tree |
2017-04-26 |
Peter Eisentraut | Spelling fixes in code comments |
commit | commitdiff | tree |
2017-04-26 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree |
2017-04-26 |
Peter Eisentraut | Fix various concurrency issues in logical replication... |
commit | commitdiff | tree |
2017-04-26 |
Bruce Momjian | doc PG10: add Rafia Sabih to parallel index scan item |
commit | commitdiff | tree |
2017-04-25 |
Stephen Frost | Allow ALTER TABLE ONLY on partitioned tables |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc PG10: update EXPLAIN SUMMARY item |
commit | commitdiff | tree |
2017-04-25 |
Peter Eisentraut | Wake up launcher when enabling a subscription |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: update PG 10 item about referencing many relations |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc PG10: add commit 090010f2e and adjust EXPLAIN... |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: properly indent SGML tags in PG 10 release notes |
commit | commitdiff | tree |
2017-04-25 |
Fujii Masao | Set the priorities of all quorum synchronous standbys... |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: PG 10 release notes updates |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: PG 10 release note updates |
commit | commitdiff | tree |
2017-04-25 |
Robert Haas | Adjust outdated comment. |
commit | commitdiff | tree |
2017-04-25 |
Fujii Masao | Update copyright in recently added files. |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: move hash info to new section and split out growth... |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: move hash performance item into index section |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: add Rafia Sabih to PG 10 release note item |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: fix PG 10 release note doc markup |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: merge PG 10 release SysV item |
commit | commitdiff | tree |
2017-04-25 |
Peter Eisentraut | postgres_fdw: Fix join push down with extensions |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: PG 10 fixes |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: several minor PG 10 doc adjustments |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: fix attribution of sequence item, order incompati... |
commit | commitdiff | tree |
2017-04-25 |
Bruce Momjian | doc: first draft of Postgres 10 release notes |
commit | commitdiff | tree |
2017-04-24 |
Bruce Momjian | doc: update release doc markup instructions |
commit | commitdiff | tree |
2017-04-24 |
Tom Lane | Revert "Use pselect(2) not select(2), if available... |
commit | commitdiff | tree |
2017-04-24 |
Tom Lane | Use pselect(2) not select(2), if available, to wait... |
commit | commitdiff | tree |
2017-04-24 |
Tom Lane | Run the postmaster's signal handlers without SA_RESTART. |
commit | commitdiff | tree |
2017-04-24 |
Fujii Masao | Get rid of extern declarations of non-existent functions. |
commit | commitdiff | tree |
2017-04-24 |
Tom Lane | Fix postmaster's handling of fork failure for a bgworke... |
commit | commitdiff | tree |
2017-04-24 |
Tom Lane | Code review for commands/statscmds.c. |
commit | commitdiff | tree |
2017-04-23 |
Andres Freund | Don't include sys/poll.h anymore. |
commit | commitdiff | tree |
2017-04-23 |
Andres Freund | Zero padding in replication origin's checkpointed on... |
commit | commitdiff | tree |
2017-04-23 |
Andres Freund | Initialize all memory for logical replication relation... |
commit | commitdiff | tree |
2017-04-23 |
Andres Freund | Remove select(2) backed latch implementation. |
commit | commitdiff | tree |
2017-04-23 |
Simon Riggs | Workaround for RecoverPreparedTransactions() |
commit | commitdiff | tree |
2017-04-23 |
Simon Riggs | Fix LagTrackerRead() for timeline increments |
commit | commitdiff | tree |
2017-04-23 |
Tom Lane | Fix order of arguments to SubTransSetParent(). |
commit | commitdiff | tree |
2017-04-23 |
Andrew Dunstan | Fix TAP infrastructure to support Mingw better |
commit | commitdiff | tree |
2017-04-22 |
Tom Lane | Make PostgresNode.pm check server status more carefully. |
commit | commitdiff | tree |
2017-04-22 |
Tom Lane | Make PostgresNode::append_conf append a newline automat... |
commit | commitdiff | tree |
2017-04-22 |
Andrew Dunstan | Require sufficiently modern version of Test::More for... |
commit | commitdiff | tree |
2017-04-22 |
Tom Lane | Partially revert commit 536d47bd9d5fce8d91929bee3128fa1... |
commit | commitdiff | tree |
2017-04-21 |
Peter Eisentraut | doc: Update link |
commit | commitdiff | tree |
2017-04-21 |
Tom Lane | Avoid depending on non-POSIX behavior of fcntl(2). |
commit | commitdiff | tree |
2017-04-21 |
Heikki Linnakangas | Change the on-disk format of SCRAM verifiers to conform... |
commit | commitdiff | tree |
2017-04-21 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2017-04-21 |
Tom Lane | Remove long-obsolete catering for platforms without... |
commit | commitdiff | tree |
2017-04-21 |
Peter Eisentraut | Synchronize table list before creating slot in CREATE... |
commit | commitdiff | tree |
2017-04-20 |
Tom Lane | Add missing erand48.c to libpq/.gitignore. |
commit | commitdiff | tree |
2017-04-20 |
Alvaro Herrera | Improve multivariate statistics documentation |
commit | commitdiff | tree |
2017-04-20 |
Tom Lane | Sync pg_ctl documentation and usage message with reality. |
commit | commitdiff | tree |
2017-04-20 |
Peter Eisentraut | Modify message when partitioned table is added to publi... |
commit | commitdiff | tree |
2017-04-20 |
Fujii Masao | Prevent log_replication_commands from causing SQL comma... |
commit | commitdiff | tree |
2017-04-20 |
Fujii Masao | Mark some columns in pg_subscription as NOT NULL. |
commit | commitdiff | tree |
2017-04-20 |
Fujii Masao | Don't call the function that may raise an error while... |
commit | commitdiff | tree |
2017-04-19 |
Heikki Linnakangas | Fix typo in docs on SASL authentication. |
commit | commitdiff | tree |
next |