Commit Graph

37099 Commits (14b7c8f2d062d50f2ad5d306c5cc26b7ec5cf11e)
 

Author SHA1 Message Date
Peter Eisentraut 14b7c8f2d0 doc: Revert ALTER TABLESPACE summary line 11 years ago
Tom Lane 6c40f8316e Add min and max aggregates for inet/cidr data types. 11 years ago
Noah Misch ec544a65c9 Always use our getaddrinfo.c on Windows. 11 years ago
Tom Lane 7f7eec89b6 Fix citext upgrade script for disallowance of oidvector element assignment. 11 years ago
Fujii Masao 9df492664a Revert "Allow units to be specified in relation option setting value." 11 years ago
Andres Freund 11a020eb6e Allow escaping of option values for options passed at connection start. 11 years ago
Fujii Masao e23014f3d4 Allow units to be specified in relation option setting value. 11 years ago
Jeff Davis 8167a3883a Allow multibyte characters as escape in SIMILAR TO and SUBSTRING. 11 years ago
Alvaro Herrera 1c9701cfe5 Fix FOR UPDATE NOWAIT on updated tuple chains 11 years ago
Fujii Masao 9a2d94892f Add header comments to receivelog.h and streamutil.h. 11 years ago
Stephen Frost e414ba93ad Fix Var handling for security barrier views 11 years ago
Peter Eisentraut 8e484bc4ab doc: Document valid checkpoint_timeout range 11 years ago
Peter Eisentraut 2d759341d9 Fix whitespace 11 years ago
Robert Haas 9522ec3e70 Fix typo in b34e37bfef. 11 years ago
Kevin Grittner a9d0f1cff3 Fix superuser concurrent refresh of matview owned by another. 11 years ago
Andres Freund 5569d75d6a Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc. 11 years ago
Heikki Linnakangas 0076f264b6 Implement IF NOT EXISTS for CREATE SEQUENCE. 11 years ago
Andres Freund 57ca1d4f01 Specify the port in dblink and postgres_fdw tests. 11 years ago
Andres Freund ddc2504dbc Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests. 11 years ago
Heikki Linnakangas 2bde29739d Show schema names in pg_dump verbose output. 11 years ago
Bruce Momjian a7ae1dcf49 pg_upgrade: prevent automatic oid assignment 11 years ago
Bruce Momjian 73fe87503f rename macro isTempOrToastNamespace to isTempOrTempToastNamespace 11 years ago
Bruce Momjian 5d16332e96 pg_upgrade: use CTE query rather than temp table 11 years ago
Bruce Momjian e8c81b1b8e pg_upgrade docs: update docs for 8.3 support removal 11 years ago
Bruce Momjian 6cb74a67e2 revert "Throw error for ALTER TABLE RESET of an invalid option" 11 years ago
Bruce Momjian 2209b3923a pg_upgrade: remove support for 8.3 old clusters 11 years ago
Bruce Momjian b0488e5c4f pg_upgrade: add SET log_min_error_statement = warning 11 years ago
Bruce Momjian 73d78e11a0 Throw error for ALTER TABLE RESET of an invalid option 11 years ago
Bruce Momjian ebe30ad59b pg_ctl, pg_upgrade: allow multiple -o/-O options, append them 11 years ago
Bruce Momjian bf1c866597 upgrade docs: highlight pg_upgrade, warn about globals preservation 11 years ago
Alvaro Herrera 3adba73662 Revert XactLockTableWait context setup in conditional multixact wait 11 years ago
Alvaro Herrera 6f822952ee Use newly added InvalidCommandId instead of 0 11 years ago
Alvaro Herrera 832a12f65e DefineType: return base type OID, not its array 11 years ago
Alvaro Herrera 301fcf33eb Have CREATE TABLE AS and REFRESH return an OID 11 years ago
Alvaro Herrera d6d6020f1c More psprintf goodness 11 years ago
Alvaro Herrera ac41769fd9 Oops, forgot to "git add" one last change 11 years ago
Alvaro Herrera 7636c0c821 Editorial review of SET UNLOGGED 11 years ago
Heikki Linnakangas 9ee16b49f0 Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Heikki Linnakangas 3cd934f635 Don't track DEALLOCATE in pg_stat_statements. 11 years ago
Tom Lane 73eba19aeb Fix another ancient memory-leak bug in relcache.c. 11 years ago
Peter Eisentraut 256bfb2c9a doc: Improve pg_restore help output 11 years ago
Alvaro Herrera f41872d0c1 Implement ALTER TABLE .. SET LOGGED / UNLOGGED 11 years ago
Alvaro Herrera 01d15a2677 Fix outdated comment 11 years ago
Tom Lane 41dd50e84d Fix corner-case behaviors in JSON/JSONB field extraction operators. 11 years ago
Andres Freund ebf20f65d9 Fix newly introduced misspelling of existence in pg_buffercache. 11 years ago
Heikki Linnakangas 2af93640ad Fix comment in pg_basebackup. 11 years ago
Heikki Linnakangas 8d938eb079 Change the way pg_basebackup's tablespace mapping is implemented. 11 years ago
Peter Eisentraut 3feda1bcbb Fix whitespace 11 years ago
Stephen Frost 3c4cf08087 Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' 11 years ago