summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-06Stamp 9.2.24.REL9_2_24REL9_2_STABLETom Lane
2017-11-06Last-minute updates for release notes.Tom Lane
2017-11-06start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch
2017-11-05Translation updatesPeter Eisentraut
2017-11-05Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.Tom Lane
2017-11-02Doc: update URL for check_postgres.Tom Lane
2017-10-27Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane
2017-10-27Fix crash when columns have been added to the end of a view.Tom Lane
2017-10-27Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane
2017-10-27Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.Tom Lane
2017-10-26Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan
2017-10-25Fix libpq to not require user's home directory to exist.Tom Lane
2017-10-23Update time zone data files to tzdata release 2017c.Tom Lane
2017-10-23Sync our copy of the timezone library with IANA release tzcode2017c.Tom Lane
2017-10-23Fix some oversights in expression dependency recording.Tom Lane
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-09-27Fix behavior when converting a float infinity to numeric.Tom Lane
2017-09-27Don't recommend "DROP SCHEMA information_schema CASCADE".Noah Misch
2017-09-26Improve wording of error message added in commit 714805010.Tom Lane
2017-09-23Fix saving and restoring umaskPeter Eisentraut
2017-09-22Sync our copy of the timezone library with IANA tzcode master.Tom Lane
2017-09-21Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane
2017-09-17Fix possible dangling pointer dereference in trigger.c.Tom Lane
2017-09-03Fix macro-redefinition warning on MSVC.Tom Lane
2017-09-02doc: Fix typos and other minor issuesPeter Eisentraut
2017-09-01Make [U]INT64CONST safe for use in #if conditions.Tom Lane
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-08-29Doc: document libpq's restriction to INT_MAX rows in a PGresult.Tom Lane
2017-08-29Teach libpq to detect integer overflow in the row count of a PGresult.Tom Lane
2017-08-29Improve docs about numeric formatting patterns (to_char/to_number).Tom Lane
2017-08-28Stamp 9.2.23.REL9_2_23Tom Lane
2017-08-28Translation updatesPeter Eisentraut
2017-08-27Release notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.Tom Lane
2017-08-22Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund
2017-08-17Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane
2017-08-16Changed ecpg parser to allow RETURNING clauses without attached C variables.Michael Meskes
2017-08-15Include foreign tables in information_schema.table_privilegesPeter Eisentraut
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-07Stamp 9.2.22.REL9_2_22Tom Lane
2017-08-07Translation updatesPeter Eisentraut
2017-08-07Last-minute updates for release notes.Tom Lane
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas