Commit Graph

35270 Commits (3132a9b7ab3d76c15f88cfa29792fd888e7a959e)
 

Author SHA1 Message Date
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
Tom Lane a03ae56e40 Tweak wording in sequence-function docs to avoid PDF build failures. 12 years ago
Noah Misch 19085116ee Cooperate with the Valgrind instrumentation framework. 12 years ago
Noah Misch a855148a29 Refactor aset.c and mcxt.c in preparation for Valgrind cooperation. 12 years ago
Noah Misch 1d96bb9602 Initialize pad bytes in GinFormTuple(). 12 years ago
Noah Misch d53f7cf116 Document effect of constant folding on CASE. 12 years ago
Noah Misch 5f538ad004 Renovate display of non-ASCII messages on Windows. 12 years ago
Peter Eisentraut 2c1031bd86 pg_receivexlog: Fix logic error 12 years ago
Alvaro Herrera 4ca50e0710 Avoid inconsistent type declaration 12 years ago
Andrew Dunstan 81166a2f7e Properly dump dropped foreign table cols in binary-upgrade mode. 12 years ago
Fujii Masao 985bd7d497 Support clean switchover. 12 years ago
Simon Riggs 4f14c86d74 Reverting previous commit, pending investigation 12 years ago
Simon Riggs b577a57d41 ALTER TABLE ... ALTER CONSTRAINT for FKs 12 years ago
Peter Eisentraut ce18b01159 Translation updates 12 years ago
Tom Lane 8c1a71d36f Add a comment warning against use of pg_usleep() for long sleeps. 12 years ago
Simon Riggs 1f09121b4e Ensure no xid gaps during Hot Standby startup 12 years ago
Peter Eisentraut dab1603e52 doc: Fix date in EPUB manifest 12 years ago
Peter Eisentraut 7dfd5cd21c Clarify terminology standalone backend vs. single-user mode 12 years ago
Peter Eisentraut 4c54e87a86 Further update CREATE FUNCTION documentation about argument names 12 years ago
Peter Eisentraut 8df54b9fad initdb: Add blank line before output about checksums 12 years ago
Fujii Masao bab54e383d Support TB (terabyte) memory unit in GUC variables. 12 years ago
Bruce Momjian f979599b20 Modernize entab source code 12 years ago