2017-05-12 |
Tom Lane | Fix dependencies for extended statistics objects. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Alvaro Herrera | Change CREATE STATISTICS syntax |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Replace another "transaction log" with "write-ahead... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Standardize "WAL location" terminology |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Replace "transaction log" with "write-ahead log" |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Andrew Dunstan | Honor PROVE_FLAGS environment setting |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Andrew Dunstan | Add libxml2 include path for MSVC builds |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | pg_dump: Add --no-publications option |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Peter Eisentraut | Rework the options syntax for logical replication commands |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Andrew Dunstan | Avoid tests which crash the calling process on Windows |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Simon Riggs | Lag tracking for logical replication |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Tom Lane | Doc fix: scale(numeric) returns integer, not numeric. |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Tom Lane | Increase MAX_SYSCACHE_CALLBACKS to provide more room... |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Tom Lane | Rename WAL-related functions and views to use "lsn... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Alvaro Herrera | Revert "Permit dump/reload of not-too-large >1GB tuples" |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Peter Eisentraut | psql: Add missing translation markers |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Fix typo. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Avoid theoretical infinite loop loading relcache partit... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Document trigger-firing behavior for inheritance/partit... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Remove no-longer-needed compatibility code for hash... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Prohibit transition tables on views and foreign tables. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Don't permit transition tables with TRUNCATE triggers. |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Pass EXEC_FLAG_REWIND when initializing a tuplestore... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Robert Haas | Disallow finite partition bound following earlier UNBOU... |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | Improve memory use in logical replication apply |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Alvaro Herrera | Ignore PQcancel errors properly |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | pg_dump: Add --no-subscriptions option |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | doc: Add info about replication slot management |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Peter Eisentraut | Remove the NODROP SLOT option from DROP SUBSCRIPTION |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Bruce Momjian | pgindent: use HTTP instead of FTP to retrieve pg_bsd_i... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Further patch rangetypes_selfuncs.c's statistics slot... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Check connection info string in ALTER SUBSCRIPTION |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Fix statistics reporting in logical replication workers |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tom Lane | Fix possibly-uninitialized variable. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Noah Misch | Match pg_user_mappings limits to information_schema... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Noah Misch | Restore PGREQUIRESSL recognition in libpq. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Bruce Momjian | doc: add Simon Riggs to VACUUM VERBOSE PG 10 release... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Peter Eisentraut | Add security checks to selectivity estimation functions |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Heikki Linnakangas | Remove support for password_encryption='off' / 'plain'. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Riggs | Remove poorly worded and duplicated comment |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Release notes for 9.6.3, 9.5.7, 9.4.12, 9.3.17, 9.2.21. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Third pass on 9.6.3 release notes. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Heikki Linnakangas | Fix memory leaks if random salt generation fails. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Guard against null t->tm_zone in strftime.c. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Install the "posixrules" timezone link in MSVC builds. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Tom Lane | Restore fullname[] contents before falling through... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Bruce Momjian | doc PG 10: adjustments to BRIN, WAL, JSON, XML items... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Stephen Frost | pg_dump: Don't leak memory in buildDefaultACLCommands() |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Stephen Frost | RLS: Fix ALL vs. SELECT+UPDATE policy usage |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Andres Freund | Fix duplicated words in comment. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Andres Freund | Fix off-by-one possibly leading to skipped XLOG_RUNNING... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Tom Lane | Second pass on 9.6.3 release notes. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Tom Lane | Document current_role. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Tom Lane | First-draft release notes for 9.6.3. |
commit | commitdiff | tree | snapshot |
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 |
next |