Commit Graph

37024 Commits (9ee9ca545bda210fec78381e8ad4ad1e1618b67c)
 

Author SHA1 Message Date
Peter Eisentraut 9ee9ca545b Fix whitespace 11 years ago
Bruce Momjian ea9b8abd6f pg_upgrade: fix define adjusted during testing 11 years ago
Bruce Momjian e4c3c99ac3 pg_upgrade: error if run from top of new PGDATA on Windows 11 years ago
Heikki Linnakangas ef153ecc55 Doc fix: New York State's capital is Albany. 11 years ago
Heikki Linnakangas c07693f0c7 Remove remnants of a JENTRY_ISFIRST flag bit. 11 years ago
Peter Eisentraut f669b61476 Set shared library path for in-tree TAP tests 11 years ago
Peter Eisentraut d34b48a021 doc: Fix DocBook XML validity 11 years ago
Tom Lane 5ff5bfb5f0 Update SysV parameter configuration documentation for FreeBSD. 11 years ago
Robert Haas 751b704105 docs: Add missing period. 11 years ago
Robert Haas b34e37bfef Add sortsupport routines for text. 11 years ago
Fujii Masao a4287a689d Fix help message in pg_ctl. 11 years ago
Peter Eisentraut 5333c72c95 Fix whitespace 11 years ago
Peter Eisentraut 1d678bf7bc Add some noreturn attributes based on compiler recommendations 11 years ago
Peter Eisentraut faa14acc9b doc: Remove obsolete set element DSSSL customizations 11 years ago
Tom Lane a844c29966 Prevent memory leaks in parseRelOptions(). 11 years ago
Tom Lane ab8c84db2f Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap. 11 years ago
Fujii Masao 52bffe3499 Expose -S option in pg_receivexlog. 11 years ago
Andres Freund 596385be06 pg_recvlogical message and code improvements. 11 years ago
Fujii Masao d6ded369a7 Fix typo in \setrandom document. 11 years ago
Andres Freund 41d5f8ad73 Be less aggressive in asking for feedback of logical walsender clients. 11 years ago
Tatsuo Ishii 51222a1766 Enhance pgbench's option checking. 11 years ago
Fujii Masao 3e3f65973a Change first call of ProcessConfigFile so as to process only data_directory. 11 years ago
Fujii Masao e15c4ab5fb Add tab-completion for \unset and valid setting values of psql variables. 11 years ago
Fujii Masao 7d835ff4db Fix documentation oversights about pageinspect and initialization fork. 11 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 11 years ago
Tom Lane 6aa61580e0 Clarify type resolution behavior for domain types. 11 years ago
Tom Lane 92f57c9ae9 Clean up handling of unknown-type inputs in json_build_object and friends. 11 years ago
Tom Lane 495cadda5e Further cleanup of JSON-specific error messages. 11 years ago
Tom Lane 9da8675373 Reject duplicate column names in foreign key referenced-columns lists. 11 years ago
Peter Eisentraut f25e0bf5e0 Small message fixes 11 years ago
Fujii Masao 3dad73e71f Add -F option to pg_receivexlog, for specifying fsync interval. 11 years ago
Tom Lane 1add956ac7 Fix typo in docs. 11 years ago
Bruce Momjian 4c6780fd17 pg_upgrade: prevent oid conflicts with new-cluster TOAST tables 11 years ago
Heikki Linnakangas ec903d20e3 Improve comment. 11 years ago
Robert Haas 73cfa37afe Add PG_RETURN_UINT16 macro. 11 years ago
Robert Haas 1d41739e5a Don't require sort support functions to provide a comparator. 11 years ago
Robert Haas 873de34b71 Fix alternate regression test output file. 11 years ago
Fujii Masao 6805e02c66 Refactor pg_receivexlog main loop code, for readability, take 2. 11 years ago
Fujii Masao e3da0d4d1a Change ParseConfigFp() so that it doesn't process unused entry of each parameter. 11 years ago
Kevin Grittner 49d1e03d64 Fix typo in C comment. 11 years ago
Robert Haas 0ef99bdce3 Improve some JSON error messages. 11 years ago
Bruce Momjian ee646df59a pg_upgrade: assume user is install user 11 years ago
Bruce Momjian b4bd6f6b05 pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age 11 years ago
Heikki Linnakangas cd74a151b5 Windows doesn't have M_PI; define it ourselves when needed. 11 years ago
Fujii Masao b819dd7cb5 Add missing PQclear() calls into pg_receivexlog. 11 years ago
Fujii Masao 694fd33e23 Fix bug in pg_receivexlog --verbose. 11 years ago
Heikki Linnakangas 822ff44c82 Fix typo in user manual 11 years ago
Heikki Linnakangas 54685338e3 Move log_newpage and log_newpage_buffer to xlog.c. 11 years ago
Tom Lane f51ead09df Avoid wholesale autovacuuming when autovacuum is nominally off. 11 years ago
Robert Haas ed802e7dc3 pgbench: Allow \setrandom to generate Gaussian/exponential distributions. 11 years ago