2017-05-05 |
Tom Lane | Suppress compiler warning about unportable pointer... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Alvaro Herrera | Allow MSVC to build with Tcl 8.6. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Peter Eisentraut | Prevent panic during shutdown checkpoint |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Magnus Hagander | Fix wording in pg_upgrade docs |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Magnus Hagander | Build pgoutput.dll in MSVC build |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Heikki Linnakangas | Make SCRAM salts and nonces longer. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Heikki Linnakangas | Misc cleanup of SCRAM code. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Heikki Linnakangas | Don't use SCRAM-specific "e=invalid-proof" on invalid... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Stephen Frost | Change the way pg_dump retrieves partitioning info |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Bruce Momjian | doc: update PG 10 release notes |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Bruce Momjian | doc: PG 10 release note updates for psql, GiST, and... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Alvaro Herrera | Credit Claudio as main author of feature |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Tom Lane | Fix pfree-of-already-freed-tuple when rescanning a... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Heikki Linnakangas | Fix PQencryptPasswordConn to work with older server... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Peter Eisentraut | Fix cursor_to_xml in tableforest false mode |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Lane | Remove useless and rather expensive stanza in matview... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alvaro Herrera | Add pg_dump tests for CREATE STATISTICS |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alvaro Herrera | pg_dump/t/002: append terminating semicolon to SQL... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Heikki Linnakangas | Add PQencryptPasswordConn function to libpq, use it... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Lane | Improve performance of timezone loading, especially... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Lane | Remove create_singleton_array(), hard-coding the case... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Tom Lane | Ensure commands in extension scripts see the results... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Alvaro Herrera | extstats: change output functions to emit valid JSON |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Peter Eisentraut | doc: Improve order in ALTER PUBLICATION/SUBSCRIPTION... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Robert Haas | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Peter Eisentraut | doc: Add missing markup |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Peter Eisentraut | Avoid unnecessary catalog updates in ALTER SEQUENCE |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Peter Eisentraut | doc: Update ALTER SEQUENCE claims about changes being... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Andrew Dunstan | Fix perl thinko in commit fed6df486dca |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Magnus Hagander | Change hot_standby default value to 'on' |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Peter Eisentraut | Don't wake up logical replication launcher unnecessarily |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Tom Lane | Improve function header comment for create_singleton_ar... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Tom Lane | Reduce semijoins with unique inner relations to plain... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Tom Lane | Fix mis-optimization of semijoins with more than one... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Tom Lane | Update time zone data files to tzdata release 2017b. |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Robert Haas | libpq: Fix inadvertent change in .pgpass lookup behavior. |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Andrew Dunstan | Allow vcregress.pl to run an arbitrary TAP test set |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Peter Eisentraut | Fix logical replication launcher wake up and reset |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Robert Haas | Fire per-statement triggers on partitioned tables. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Tom Lane | Fix possible null pointer dereference or invalid warnin... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Tom Lane | Micro-optimize some slower queries in the opr_sanity... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Peter Eisentraut | doc: Fix typo in 9.6 release notes |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Robert Haas | Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Peter Eisentraut | psql: Support identity columns in sequence display |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Robert Haas | In load_relcache_init_file, initialize rd_pdcxt. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Robert Haas | Speed up dropping tables with many partitions. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Robert Haas | Fix crash when partitioned column specified twice. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Peter Eisentraut | Wait between tablesync worker restarts |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Heikki Linnakangas | Misc SCRAM code cleanups. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Stephen Frost | Remove unnecessairly duplicated gram.y productions |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Andres Freund | Don't build full initial logical decoding snapshot... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Andres Freund | Don't use on-disk snapshots for exported logical decodi... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Tom Lane | Avoid slow shutdown of pg_basebackup. |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Fujii Masao | Fix bug so logical rep launcher saves correctly time... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Tom Lane | Cope with glibc too old to have epoll_create1(). |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Andres Freund | Preserve required !catalog tuples while computing initi... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Tom Lane | Make latch.c more paranoid about child-process cases. |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Bruce Momjian | doc: PG10 release note typo fix |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Bruce Momjian | doc PG10rel: adjust hash index commits and add parallel... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Simon Riggs | Rework handling of subtransactions in 2PC recovery |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Simon Riggs | Additional tests for subtransactions in recovery |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Tom Lane | Allow multiple bgworkers to be launched per postmaster... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Bruce Momjian | doc PG10: add commit for transition table item |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Stephen Frost | pg_get_partkeydef: return NULL for non-partitions |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Tom Lane | Silence compiler warning induced by commit de4389712. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Peter Eisentraut | doc: ALTER SUBSCRIPTION documentation fixes |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Peter Eisentraut | Fix query that gets remote relation info |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Peter Eisentraut | Spelling fixes in code comments |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Peter Eisentraut | Fix various concurrency issues in logical replication... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Bruce Momjian | doc PG10: add Rafia Sabih to parallel index scan item |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Stephen Frost | Allow ALTER TABLE ONLY on partitioned tables |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc PG10: update EXPLAIN SUMMARY item |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Peter Eisentraut | Wake up launcher when enabling a subscription |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: update PG 10 item about referencing many relations |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc PG10: add commit 090010f2e and adjust EXPLAIN... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: properly indent SGML tags in PG 10 release notes |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Fujii Masao | Set the priorities of all quorum synchronous standbys... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: PG 10 release notes updates |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: PG 10 release note updates |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Robert Haas | Adjust outdated comment. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Fujii Masao | Update copyright in recently added files. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: move hash info to new section and split out growth... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: move hash performance item into index section |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: add Rafia Sabih to PG 10 release note item |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: fix PG 10 release note doc markup |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: merge PG 10 release SysV item |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Peter Eisentraut | postgres_fdw: Fix join push down with extensions |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: PG 10 fixes |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: several minor PG 10 doc adjustments |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: fix attribution of sequence item, order incompati... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Bruce Momjian | doc: first draft of Postgres 10 release notes |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Bruce Momjian | doc: update release doc markup instructions |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Revert "Use pselect(2) not select(2), if available... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Use pselect(2) not select(2), if available, to wait... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Run the postmaster's signal handlers without SA_RESTART. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Fujii Masao | Get rid of extern declarations of non-existent functions. |
commit | commitdiff | tree | snapshot |
next |