| Commit message (Expand) | Author | Age |
* | Fix saving and restoring umask | Peter Eisentraut | 2017-09-23 |
* | Sync our copy of the timezone library with IANA tzcode master. | Tom Lane | 2017-09-22 |
* | Give a better error for duplicate entries in VACUUM/ANALYZE column list. | Tom Lane | 2017-09-21 |
* | Fix erroneous documentation about noise word GROUP. | Tom Lane | 2017-09-20 |
* | docs: re-add instructions on setting wal_level for rsync use | Bruce Momjian | 2017-09-20 |
* | Mention need for --no-inc-recursive in rsync command | Magnus Hagander | 2017-09-20 |
* | Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers | Michael Meskes | 2017-09-18 |
* | Allow rel_is_distinct_for() to look through RelabelType below OpExpr. | Tom Lane | 2017-09-17 |
* | Fix possible dangling pointer dereference in trigger.c. | Tom Lane | 2017-09-17 |
* | docs: clarify pg_upgrade docs regarding standbys and rsync | Bruce Momjian | 2017-09-16 |
* | docs: adjust "link mode" mention in pg_upgrade streaming steps | Bruce Momjian | 2017-09-13 |
* | docs: improve pg_upgrade standby instructions | Bruce Momjian | 2017-09-13 |
* | docs: improve pg_upgrade rsync instructions | Bruce Momjian | 2017-09-12 |
* | Fix translatable string | Alvaro Herrera | 2017-09-07 |
* | Fix macro-redefinition warning on MSVC. | Tom Lane | 2017-09-03 |
* | doc: Fix typos and other minor issues | Peter Eisentraut | 2017-09-01 |
* | Make [U]INT64CONST safe for use in #if conditions. | Tom Lane | 2017-09-01 |
* | Ensure SIZE_MAX can be used throughout our code. | Tom Lane | 2017-09-01 |
* | Doc: document libpq's restriction to INT_MAX rows in a PGresult. | Tom Lane | 2017-08-29 |
* | Teach libpq to detect integer overflow in the row count of a PGresult. | Tom Lane | 2017-08-29 |
* | Improve docs about numeric formatting patterns (to_char/to_number). | Tom Lane | 2017-08-29 |
* | Stamp 9.5.9.REL9_5_9 | Tom Lane | 2017-08-28 |
* | Doc: adjust release-note credit for parallel pg_restore fix. | Tom Lane | 2017-08-28 |
* | Translation updates | Peter Eisentraut | 2017-08-28 |
* | Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23. | Tom Lane | 2017-08-27 |
* | Fix outdated comment | Peter Eisentraut | 2017-08-23 |
* | Fix translation marker | Peter Eisentraut | 2017-08-23 |
* | Backpatch introduction of TupleDescAttr(tupdesc, i). | Andres Freund | 2017-08-22 |
* | Fix possible core dump in parallel restore when using a TOC list. | Tom Lane | 2017-08-19 |
* | Further tweaks to compiler flags for PL/Perl on Windows. | Tom Lane | 2017-08-17 |
* | Changed ecpg parser to allow RETURNING clauses without attached C variables. | Michael Meskes | 2017-08-16 |
* | Initialize replication_slot_catalog_xmin in procarray | Peter Eisentraut | 2017-08-15 |
* | Include foreign tables in information_schema.table_privileges | Peter Eisentraut | 2017-08-15 |
* | Handle elog(FATAL) during ROLLBACK more robustly. | Tom Lane | 2017-08-14 |
* | Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. | Tom Lane | 2017-08-14 |
* | Remove AtEOXact_CatCache(). | Tom Lane | 2017-08-13 |
* | Fix handling of container types in find_composite_type_dependencies. | Tom Lane | 2017-08-09 |
* | Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. | Tom Lane | 2017-08-09 |
* | Reword some unclear comments | Alvaro Herrera | 2017-08-08 |
* | Stamp 9.5.8.REL9_5_8 | Tom Lane | 2017-08-07 |
* | Translation updates | Peter Eisentraut | 2017-08-07 |
* | Last-minute updates for release notes. | Tom Lane | 2017-08-07 |
* | Require update permission for the large object written by lo_put(). | Tom Lane | 2017-08-07 |
* | Again match pg_user_mappings to information_schema.user_mapping_options. | Noah Misch | 2017-08-07 |
* | Don't allow logging in with empty password. | Heikki Linnakangas | 2017-08-07 |
* | Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22. | Tom Lane | 2017-08-06 |
* | Fix thinko introduced in 2bef06d516460 et al. | Andres Freund | 2017-08-06 |
* | Add regression test for wide REPLICA IDENTITY FULL updates. | Andres Freund | 2017-08-05 |
* | Disallow SSL session tickets. | Tom Lane | 2017-08-04 |
* | Add missing ALTER USER variants | Peter Eisentraut | 2017-08-03 |