Commit Graph

35876 Commits (46328916eefc5f9eaf249518e96f68afcd35923b)
 

Author SHA1 Message Date
Peter Eisentraut 46328916ee configure: Allow adding a custom string to PG_VERSION 12 years ago
Tom Lane ccca6f56f5 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago
Tom Lane f26099057a Improve EXPLAIN to print the grouping columns in Agg and Group nodes. 12 years ago
Simon Riggs 8693559cac New autovacuum_work_mem parameter 12 years ago
Simon Riggs 36da3cfb45 Allow time delayed standbys and recovery 12 years ago
Tatsuo Ishii 841a65482d Fix progress logging when scale factor is large. 12 years ago
Heikki Linnakangas 108e3992cd Display old and new values in pg_resetxlog -n output. 12 years ago
Tom Lane 22310b808d Remove bogus executable permissions on xlog.c. 12 years ago
Tom Lane 6bff0e7d92 Add a regression test case for plpython function returning setof RECORD. 12 years ago
Simon Riggs cf589c9c1f Regression tests for SCHEMA commands 12 years ago
Simon Riggs b921a26fb8 Regression tests for ALTER TABLESPACE RENAME,OWNER 12 years ago
Tom Lane b5e0a2a384 Tweak placement of explicit ANALYZE commands in the regression tests. 12 years ago
Robert Haas 60dd40bbda Under wal_level=logical, when saving old tuples, always save OID. 12 years ago
Kevin Grittner 09df854b8a Add table name to VACUUM statement in matview.c. 12 years ago
Peter Eisentraut e5dc4cc24d PL/Perl: Add event trigger support 12 years ago
Robert Haas 6bea96dd49 Add a new option, -g, to createuser, to add membership in a role. 12 years ago
Peter Eisentraut a06af43695 doc: Fix DocBook table column count declaration 12 years ago
Robert Haas 66abc2608c Add a new reloption, user_catalog_table. 12 years ago
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding. 12 years ago
Tom Lane 9ec6199d18 Fix possible crash with nested SubLinks. 12 years ago
Noah Misch 53685d7981 Rename TABLE() to ROWS FROM(). 12 years ago
Bruce Momjian 01cc1fecfd pgcrypto docs: update cpu type used in duration testing 12 years ago
Bruce Momjian d6464fdc0a pgcrypto docs: update encryption timings and add relative times 12 years ago
Robert Haas d9250da032 Fixups for dsm.c's file descriptor handling. 12 years ago
Magnus Hagander 33d3f5594a Fix pg_stat_statements build on 32-bit systems 12 years ago
Joe Conway d6ca510d9d Fix performance regression in dblink connection speed. 12 years ago
Magnus Hagander 54aa5ef7f2 Fix a couple of typos 12 years ago
Peter Eisentraut 3164721462 SSL: Support ECDH key exchange 12 years ago
Fujii Masao 91484409bd Expose qurey ID in pg_stat_statements view. 12 years ago
Peter Eisentraut ef3267523d SSL: Add configuration option to prefer server cipher order 12 years ago
Bruce Momjian 8fe3d90d34 docs: update partition encryption options 12 years ago
Bruce Momjian fa4add50c4 docs: clarify SSL certificate authority chain docs 12 years ago
Alvaro Herrera 312bde3d40 Fix improper abort during update chain locking 12 years ago
Tom Lane 74242c23c1 Clear retry flags properly in replacement OpenSSL sock_write function. 12 years ago
Alvaro Herrera 07aeb1fec5 Avoid resetting Xmax when it's a multi with an aborted update 12 years ago
Bruce Momjian 86ef4796f5 build: pass EXTRA_REGRESS_OPTS to secondary regression tests 12 years ago
Bruce Momjian 5043fc8251 doc: split long query into multiple lines 12 years ago
Peter Eisentraut dfd5151c58 Fix whitespace 12 years ago
Heikki Linnakangas 9e857436ef Don't include unused space in LOG_NEWPAGE records. 12 years ago
Heikki Linnakangas 22122c83f1 Fix full-page writes of internal GIN pages. 12 years ago
Bruce Momjian 4a8adfd4d0 C comment: again update comment for pg_fe_sendauth for error cases 12 years ago
Bruce Momjian 6a6b7bbb81 Update C comment for pg_fe_getauthname 12 years ago
Bruce Momjian 9e0a97f1c8 libpq: change PQconndefaults() to ignore invalid service files 12 years ago
Peter Eisentraut 95e3d50539 doc: Refine documentation about recovery command exist status 12 years ago
Peter Eisentraut fef88b3fda Report exit code from external recovery commands properly 12 years ago
Tom Lane 7ab321404c Fix crash in assign_collations_walker for EXISTS with empty SELECT list. 12 years ago
Tom Lane 02bb4bbc66 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Bruce Momjian 54916b99f7 doc: update wording of ineffective SET and ABORT commands 12 years ago
Tom Lane b8b7b723f2 Improve draft release notes. 12 years ago
Tom Lane 7a1e34d371 Increase git_changelog's timestamp_slop from 10 min to 1 day. 12 years ago