Commit Graph

35291 Commits (2ef085d0e6960f5087c97266a7211d37ddaa9f68)
 

Author SHA1 Message Date
Fujii Masao 2ef085d0e6 Get rid of pg_class.reltoastidxid. 12 years ago
Bruce Momjian f71939cd1a pg_buffercache: document column meanings 12 years ago
Robert Haas f33c53ec5b Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION." 12 years ago
Robert Haas 263645305b Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION. 12 years ago
Tom Lane 5530a82643 Fix handling of auto-updatable views on inherited tables. 12 years ago
Alvaro Herrera 620935ad08 Unbreak postmaster restart-after-crash sequence 12 years ago
Robert Haas 00a7767fcc Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify. 12 years ago
Robert Haas ada3e776c2 Additional regression tests for CREATE OPERATOR. 12 years ago
Noah Misch 7cd9b1371d Expose object name error fields in PL/pgSQL. 12 years ago
Peter Eisentraut 69e4fd4541 doc: Remove i18ngurus.com link 12 years ago
Peter Eisentraut d864852685 Add #include to make header file independent 12 years ago
Peter Eisentraut 5ecfa1f6a3 doc: Arrange See Also links in more consistent order 12 years ago
Peter Eisentraut 614ce64f6c pg_restore: Error about incompatible options 12 years ago
Robert Haas 3682025015 Add support for multiple kinds of external toast datums. 12 years ago
Alvaro Herrera 148326b994 Mention extra_float_digits in floating point docs 12 years ago
Heikki Linnakangas d2e71ff757 Silence compiler warning in assertion-enabled builds. 12 years ago
Bruce Momjian cce5d851ed pg_upgrade: revert changing '' to "" 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 12 years ago
Peter Eisentraut 384f933046 Fix regression test make dependencies 12 years ago
Bruce Momjian 605b4c5a6b pg_dump docs: use escaped double-quotes, for Windows 12 years ago
Robert Haas 0d22987ae9 Add a convenience routine makeFuncCall to reduce duplication. 12 years ago
Bruce Momjian 3132a9b7ab pg_upgrade: use "" rather than '', for Windows 12 years ago
Bruce Momjian 7408c5d29b Add timezone offset output option to to_char() 12 years ago
Andrew Dunstan 6697aa2bc2 Improve support for building PGXS modules with VPATH. 12 years ago
Bruce Momjian 6d432152b9 Update LSB URL in pg_ctl 12 years ago
Bruce Momjian 06b804377c Remove undocumented -h (help) option 12 years ago
Heikki Linnakangas 031cc55bbe Optimize pglz compressor for small inputs. 12 years ago
Heikki Linnakangas 79ce29c734 Retry short writes when flushing WAL. 12 years ago
Peter Eisentraut 129759d6a5 Fix cpluspluscheck in checksum code 12 years ago
Peter Eisentraut 14a85031b1 ecpg: Consistently use mm_strdup() 12 years ago
Heikki Linnakangas ee6556555b Inline ginCompareItemPointers function for speed. 12 years ago
Simon Riggs d51b271059 Change errcode for lock_timeout to match NOWAIT 12 years ago
Simon Riggs f177cbfe67 ALTER TABLE ... ALTER CONSTRAINT for FKs 12 years ago
Simon Riggs 2f74e4ec50 Assert that ALTER TABLE subcommands have pass set 12 years ago
Bruce Momjian f85136106d pg_upgrade: pass username to analyze script 12 years ago
Bruce Momjian e029275cde pg_upgrade: remove -h option 12 years ago
Bruce Momjian fb771f9086 pg_upgrade: trim down --help and doc option descriptions 12 years ago
Alvaro Herrera 82233ce7ea Send SIGKILL to children if they don't die quickly in immediate shutdown 12 years ago
Bruce Momjian 457d6cf049 pg_upgrade: change -u to -U, for consistency 12 years ago
Robert Haas 5893ffa79c Make the OVER keyword unreserved. 12 years ago
Robert Haas 5ee73525d5 Define Trap and TrapMacro even in non-cassert builds. 12 years ago
Heikki Linnakangas 9e0bc7c1e8 Track spinlock delay in microsecond granularity. 12 years ago
Alvaro Herrera 9db4ad44eb Update pg_resetxlog's documentation on multixacts 12 years ago
Alvaro Herrera 863fad1bcc Document relminmxid and datminmxid 12 years ago
Noah Misch 263865a489 Permit super-MaxAllocSize allocations with MemoryContextAllocHuge(). 12 years ago
Tom Lane 9ef86cd994 Mark index-constraint comments with correct dependency in pg_dump. 12 years ago
Tom Lane a099482c86 Expect EWOULDBLOCK from a non-blocking connect() call only on Windows. 12 years ago
Michael Meskes a2769a4e21 Fixed incorrect description of EXEC SQL VAR command. 12 years ago
Robert Haas 682d977f81 pgbench: Fix inadvertent inconsistency in help message. 12 years ago
Robert Haas 79cddb1841 pgbench: Add long options for all existing short options. 12 years ago