Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
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
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
Robert Haas d9250da032 Fixups for dsm.c's file descriptor handling. 12 years ago
Peter Eisentraut 3164721462 SSL: Support ECDH key exchange 12 years ago
Peter Eisentraut ef3267523d SSL: Add configuration option to prefer server cipher order 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
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 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 7a1e34d371 Increase git_changelog's timestamp_slop from 10 min to 1 day. 12 years ago
Robert Haas c6d4b1dd3e Flag mmap implemenation of dynamic shared memory as resize-capable. 12 years ago
Robert Haas a8656a3ab0 Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len". 12 years ago
Robert Haas 9d140f7be2 Avoid out-of-bounds read in errfinish if error_stack_depth < 0. 12 years ago
Peter Eisentraut 3e3520cf7a Translation updates 12 years ago
Tom Lane 335470251d Update time zone data files to tzdata release 2013h. 12 years ago
Kevin Grittner 4bd371f6f8 Fix pg_dumpall to work for databases flagged as read-only. 12 years ago
Peter Eisentraut 34fa72ec9c Remove use of obsolescent Autoconf macros 12 years ago
Alvaro Herrera 2393c7d102 Fix a couple of bugs in MultiXactId freezing 12 years ago
Alvaro Herrera 1ce150b7bb Don't TransactionIdDidAbort in HeapTupleGetUpdateXid 12 years ago
Alvaro Herrera 1df0122daa Truncate pg_multixact/'s contents during crash recovery 12 years ago
Alvaro Herrera f54106f77e Fix full-table-vacuum request mechanism for MultiXactIds 12 years ago
Alvaro Herrera 76a31c689c Replace hardcoded 200000000 with autovacuum_freeze_max_age 12 years ago
Tom Lane 79193c75f8 Fix assorted issues in pg_ctl's pgwin32_CommandLine(). 12 years ago
Tom Lane 8b151558c8 Be sure to release proc->backendLock after SetupLockInTable() failure. 12 years ago
Tom Lane 16e1b7a1b7 Fix assorted race conditions in the new timeout infrastructure. 12 years ago
Robert Haas 8e18d04d4d Refine our definition of what constitutes a system relation. 12 years ago
Heikki Linnakangas 2fe69cacff Another gin_desc fix. 12 years ago
Heikki Linnakangas 97c19e6c38 Fix gin_desc routine to match the WAL format. 12 years ago
Tom Lane da8a716089 Fix latent(?) race condition in LockReleaseAll. 12 years ago
Alvaro Herrera d51a8c52ba Unbreak buildfarm 12 years ago
Alvaro Herrera 247c76a989 Use a more granular approach to follow update chains 12 years ago
Alvaro Herrera e4828e9ccb Compare Xmin to previous Xmax when locking an update chain 12 years ago
Alvaro Herrera c235a6a589 Don't try to set InvalidXid as page pruning hint 12 years ago
Alvaro Herrera e518fa7adf Cope with heap_fetch failure while locking an update chain 12 years ago
Tom Lane 7db285afc9 Fix stale-pointer problem in fast-path locking logic. 12 years ago