Commit Graph

3023 Commits (0905e8aeebd141a311ddee9957f75b698e872370)

Author SHA1 Message Date
Tom Lane 25ec228ef7 Track the current XID wrap limit (or more accurately, the oldest unfrozen 17 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 17 years ago
Tom Lane 8f5500e6bd Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time 17 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Tom Lane 9b708f1f57 Fix inclusions of readline/editline header files so that we only attempt to 17 years ago
Alvaro Herrera 1e6bd556d8 Remove unused variable. 17 years ago
Tom Lane f033f6d28b Modify parallel pg_restore to track pending and ready items by means of 17 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 17 years ago
Tom Lane e605fbcccd Try to defend against the possibility that libpq is still in COPY_IN state 17 years ago
Tom Lane b1732111f2 Fix pg_dump to do the right thing when escaping the contents of large objects. 17 years ago
Tom Lane 8476f055e0 Suppress pointer-signedness warning. 17 years ago
Tom Lane a2a8c7a662 Support hex-string input and output for type BYTEA. 17 years ago
Tom Lane 9072592946 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 17 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 17 years ago
Tom Lane a07e5acebb Code review for FORCE QUOTE * patch: fix error checking to consider FORCE 17 years ago
Peter Eisentraut 5e22994127 Document \dg+ and \du+ 17 years ago
Tom Lane 0d6909eaba Teach pg_dump to dump comments attached to the columns of a composite type. 17 years ago
Tom Lane a5375bf903 Make pg_dump/pg_restore --clean options drop large objects too. 17 years ago
Bruce Momjian 4e03b827ee Properly restore pg_largeobject.relfozenxid in binary upgrade mode. 17 years ago
Tom Lane 888d3335b1 Remove unnecessary and version-sensitive dependence on the exact set of 17 years ago
Tom Lane 1aa58d3a83 Tweak the core scanner so that it can be used by plpgsql too. 17 years ago
Tom Lane e01d732db3 Just a little more schema-qualification ... 17 years ago
Peter Eisentraut b34f6ab804 psql backward compatibility fix 17 years ago
Peter Eisentraut 987281274f Sort child tables by name instead of OID in \d+ display 17 years ago
Tom Lane 788d8e5139 Code review for patch to show definition of index columns in \d on index. 17 years ago
Peter Eisentraut bf6570abef Show definition of index columns in \d on index 17 years ago
Peter Eisentraut e2b42aef53 Have \d show child tables that inherit from the specified parent 17 years ago
Tom Lane 53fa850c80 Fix up pg_dump's --binary-upgrade option so that it behaves properly with 17 years ago
Peter Eisentraut a6667d96c5 Translation updates for 8.4 release. 17 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 17 years ago
Peter Eisentraut 215ea9b455 Tweak the display of incoming foreign-key constraints in \d, per discussion 17 years ago
Tom Lane bfd06a713b Fix several places where a function was declared static and then defined 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 0b7b908882 Translation updates 17 years ago
Peter Eisentraut 5e29862aa2 Clarify error message 17 years ago
Tom Lane 0d5478196a Trivial code style cleanup around a couple of ngettext calls. 17 years ago
Tom Lane 20d4005c30 Remove a couple of debugging messages that have been #ifdef'd out for ages. 17 years ago
Tom Lane a7a7f5caaa Change rather bizarre code ordering in get_id(). This isn't strictly 17 years ago
Peter Eisentraut 84f2f5c023 Fix to use the same format specifiers in both branches of a ngettext(). 17 years ago
Tom Lane 6ec0753146 Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of 17 years ago
Tom Lane 48938ab506 Allow the second argument of pg_get_expr() to be just zero when deparsing 17 years ago
Peter Eisentraut c697337c76 Convert some messages to use ngettext(). 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane 4db44b433b Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options 17 years ago
Tom Lane 9f4e9bfa9b Code review for \df rewrite: fix assorted bugs, make type and 17 years ago
Heikki Linnakangas 0e19884838 Fix the query used for \d against 8.2 and 8.3 servers. 17 years ago
Tom Lane d85c6883e7 Fix pg_resetxlog to remove archive status files along with WAL segment files. 17 years ago
Bruce Momjian b3dbc8fc1f In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs 17 years ago
Tom Lane 1d3a1613c5 Remove Windows-specific definition of S_ISDIR(). This should not be here; 17 years ago
Bruce Momjian 73b44dca38 Use brackets in psql \df \? help. 17 years ago