2017-10-26 |
Michael Meskes | Fixed handling of escape character in libecpg. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Tom Lane | Fix libpq to not require user's home directory to exist. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Andrew Dunstan | Process variadic arguments consistently in json functions |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Andrew Dunstan | Add a utility function to extract variadic function... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Update time zone data files to tzdata release 2017c. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Fix some oversights in expression dependency recording. |
commit | commitdiff | tree | snapshot |
2017-10-20 |
Tom Lane | Fix typcache's failure to treat ranges as container... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Tom Lane | Fix misparsing of non-newline-terminated pg_hba.conf... |
commit | commitdiff | tree | snapshot |
2017-10-12 |
Tom Lane | Fix AggGetAggref() so it won't lie to aggregate final... |
commit | commitdiff | tree | snapshot |
2017-10-12 |
Tom Lane | Prevent sharing transition states between ordered-set... |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Andres Freund | Prevent idle in transaction session timeout from someti... |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Tom Lane | Doc: fix missing explanation of default object privileges. |
commit | commitdiff | tree | snapshot |
2017-10-11 |
Tom Lane | Fix low-probability loss of NOTIFY messages due to... |
commit | commitdiff | tree | snapshot |
2017-10-08 |
Tom Lane | Increase distance between flush requests during bulk... |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Tom Lane | Fix crash when logical decoding is invoked from a PL... |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Tom Lane | Fix access-off-end-of-array in clog.c. |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Alvaro Herrera | Fix traversal of half-frozen update chains |
commit | commitdiff | tree | snapshot |
2017-10-05 |
Robert Haas | Fix more user-visible elog() calls. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alvaro Herrera | Fix coding rules violations in walreceiver.c |
commit | commitdiff | tree | snapshot |
2017-10-01 |
Tom Lane | Use a longer connection timeout in pg_isready test. |
commit | commitdiff | tree | snapshot |
2017-09-28 |
Alvaro Herrera | Fix freezing of a dead HOT-updated tuple |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Tom Lane | Fix behavior when converting a float infinity to numeric. |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Dean Rasheed | Improve the CREATE POLICY documentation. |
commit | commitdiff | tree | snapshot |
2017-09-27 |
Noah Misch | Don't recommend "DROP SCHEMA information_schema CASCADE". |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Tom Lane | Improve wording of error message added in commit 714805010. |
commit | commitdiff | tree | snapshot |
2017-09-26 |
Tom Lane | Fix failure-to-read-man-page in commit 899bd785c. |
commit | commitdiff | tree | snapshot |
2017-09-25 |
Tom Lane | Avoid SIGBUS on Linux when a DSM memory request overrun... |
commit | commitdiff | tree | snapshot |
2017-09-25 |
Andrew Dunstan | Support building with Visual Studio 2017 |
commit | commitdiff | tree | snapshot |
2017-09-23 |
Peter Eisentraut | Fix saving and restoring umask |
commit | commitdiff | tree | snapshot |
2017-09-22 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode... |
commit | commitdiff | tree | snapshot |
2017-09-21 |
Tom Lane | Give a better error for duplicate entries in VACUUM... |
commit | commitdiff | tree | snapshot |
2017-09-20 |
Tom Lane | Fix erroneous documentation about noise word GROUP. |
commit | commitdiff | tree | snapshot |
2017-09-20 |
Bruce Momjian | docs: re-add instructions on setting wal_level for... |
commit | commitdiff | tree | snapshot |
2017-09-20 |
Magnus Hagander | Mention need for --no-inc-recursive in rsync command |
commit | commitdiff | tree | snapshot |
2017-09-18 |
Michael Meskes | Fixed ECPG to correctly handle out-of-scope cursor... |
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-16 |
Bruce Momjian | docs: clarify pg_upgrade docs regarding standbys and... |
commit | commitdiff | tree | snapshot |
2017-09-14 |
Robert Haas | Add missing tags to GetCommandLogLevel. |
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 |
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-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-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 | 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-08-31 |
Robert Haas | Improve low-level backup documentation. |
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 9.6.5. REL9_6_5 |
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-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-23 |
Peter Eisentraut | Fix outdated comment |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Peter Eisentraut | Fix translation marker |
commit | commitdiff | tree | snapshot |
2017-08-22 |
Andres Freund | Backpatch introduction of TupleDescAttr(tupdesc, i). |
commit | commitdiff | tree | snapshot |
2017-08-19 |
Tom Lane | Fix possible core dump in parallel restore when using... |
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 |
Robert Haas | Remove bogus line from comment. |
commit | commitdiff | tree | snapshot |
2017-08-16 |
Michael Meskes | Changed ecpg parser to allow RETURNING clauses without... |
commit | commitdiff | tree | snapshot |
2017-08-16 |
Michael Meskes | Allow continuation lines in ecpg cppline parsing. |
commit | commitdiff | tree | snapshot |
2017-08-16 |
Peter Eisentraut | Initialize replication_slot_catalog_xmin in procarray |
commit | commitdiff | tree | snapshot |
2017-08-15 |
Peter Eisentraut | Include foreign tables in information_schema.table_priv... |
commit | commitdiff | tree | snapshot |
2017-08-15 |
Peter Eisentraut | psql: Add tab completion for \pset pager |
commit | commitdiff | tree | snapshot |
2017-08-15 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2017-08-14 |
Tom Lane | Handle elog(FATAL) during ROLLBACK more robustly. |
commit | commitdiff | tree | snapshot |
2017-08-14 |
Tom Lane | Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. |
commit | commitdiff | tree | snapshot |
2017-08-13 |
Tom Lane | Remove AtEOXact_CatCache(). |
commit | commitdiff | tree | snapshot |
2017-08-11 |
Peter Eisentraut | doc: Update description of rolreplication column |
commit | commitdiff | tree | snapshot |
2017-08-09 |
Tom Lane | Fix handling of container types in find_composite_type_... |
commit | commitdiff | tree | snapshot |
2017-08-09 |
Tom Lane | Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Tom Lane | Fix datumSerialize infrastructure to not crash on non... |
commit | commitdiff | tree | snapshot |
2017-08-08 |
Alvaro Herrera | Reword some unclear comments |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Stamp 9.6.4. REL9_6_4 |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Tom Lane | Require update permission for the large object written... |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Noah Misch | Again match pg_user_mappings to information_schema... |
commit | commitdiff | tree | snapshot |
2017-08-07 |
Heikki Linnakangas | Don't allow logging in with empty password. |
commit | commitdiff | tree | snapshot |
2017-08-06 |
Tom Lane | Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. |
commit | commitdiff | tree | snapshot |
2017-08-06 |
Andres Freund | Fix thinko introduced in 2bef06d516460 et al. |
commit | commitdiff | tree | snapshot |
2017-08-05 |
Andres Freund | Add regression test for wide REPLICA IDENTITY FULL... |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Tom Lane | Disallow SSL session tickets. |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Peter Eisentraut | Add missing ALTER USER variants |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Tom Lane | Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED... |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Alvaro Herrera | Fix build on zlib-less environments |
commit | commitdiff | tree | snapshot |
2017-08-03 |
Robert Haas | Allow a foreign table CHECK constraint to be initially... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Alvaro Herrera | Fix pg_dump's errno checking for zlib I/O |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Tom Lane | Add pgtcl back to the list of externally-maintained... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Tom Lane | Remove broken and useless entry-count printing in HASH_... |
commit | commitdiff | tree | snapshot |
2017-08-01 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tatsuo Ishii | Fix comment. |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Tom Lane | Doc: specify that the minimum supported version of... |
commit | commitdiff | tree | snapshot |
next |