aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix possible dangling pointer dereference in trigger.c.Tom Lane2017-09-17
* docs: clarify pg_upgrade docs regarding standbys and rsyncBruce Momjian2017-09-16
* Add missing tags to GetCommandLogLevel.Robert Haas2017-09-14
* Fix ordering in pg_dump of GRANTsStephen Frost2017-09-13
* Changed order of statements and added an additiona MSVC safeguard to make ecpgMichael Meskes2017-09-14
* Make setlocale in ECPG test cases thread aware on Windows.Michael Meskes2017-09-14
* docs: adjust "link mode" mention in pg_upgrade streaming stepsBruce Momjian2017-09-13
* docs: improve pg_upgrade standby instructionsBruce Momjian2017-09-13
* docs: improve pg_upgrade rsync instructionsBruce Momjian2017-09-12
* Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane2017-09-11
* Fix translatable stringAlvaro Herrera2017-09-04
* Fix macro-redefinition warning on MSVC.Tom Lane2017-09-03
* doc: Fix typos and other minor issuesPeter Eisentraut2017-09-01
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-01
* Improve low-level backup documentation.Robert Haas2017-08-31
* Doc: document libpq's restriction to INT_MAX rows in a PGresult.Tom Lane2017-08-29
* Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane2017-08-29
* Improve docs about numeric formatting patterns (to_char/to_number).Tom Lane2017-08-29
* Stamp 9.6.5.REL9_6_5Tom Lane2017-08-28
* Doc: adjust release-note credit for parallel pg_restore fix.Tom Lane2017-08-28
* Translation updatesPeter Eisentraut2017-08-28
* Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.Tom Lane2017-08-27
* Fix outdated commentPeter Eisentraut2017-08-23
* Fix translation markerPeter Eisentraut2017-08-23
* Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund2017-08-22
* Fix possible core dump in parallel restore when using a TOC list.Tom Lane2017-08-19
* Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane2017-08-17
* Remove bogus line from comment.Robert Haas2017-08-17
* Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes2017-08-16
* Allow continuation lines in ecpg cppline parsing.Michael Meskes2017-08-16
* Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut2017-08-15
* Include foreign tables in information_schema.table_privilegesPeter Eisentraut2017-08-15
* psql: Add tab completion for \pset pagerPeter Eisentraut2017-08-15
* Fix whitespacePeter Eisentraut2017-08-15
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* doc: Update description of rolreplication columnPeter Eisentraut2017-08-11
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make.Tom Lane2017-08-09
* Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane2017-08-08
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Stamp 9.6.4.REL9_6_4Tom Lane2017-08-07
* Translation updatesPeter Eisentraut2017-08-07
* Last-minute updates for release notes.Tom Lane2017-08-07
* Require update permission for the large object written by lo_put().Tom Lane2017-08-07
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-07
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-07
* Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.Tom Lane2017-08-06