Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Robert Haas c64e68fd9f psql: Make \pset without arguments show all settings. 12 years ago
Heikki Linnakangas c2b175b948 Minor GIN code refactoring. 12 years ago
Peter Eisentraut 627882d0d8 doc: Correct psycopg URL 12 years ago
Peter Eisentraut 9099e4afe0 psql: Set up cancel handler later 12 years ago
Bruce Momjian eb5d87e5f3 doc: fix hstore_to_json_loose() doc wording 12 years ago
Magnus Hagander 542131c9e7 Fix copy/paste error 12 years ago
Bruce Momjian d50f281210 Adjust C comments that would be wrap-able. 12 years ago
Alvaro Herrera 15732b34e8 Add WaitForLockers in lmgr, refactoring index.c code 12 years ago
Alvaro Herrera dddc91ddd3 Remove broken PGXS code for pg_xlogdump 12 years ago
Andrew Dunstan 7ce569babd Add missing condition for pg_depend in hstore migration script. 12 years ago
Andrew Dunstan eebdea08bb Ensure installation dirs are built before contents are installed (v2) 12 years ago
Heikki Linnakangas ee01d848f3 In bms_add_member(), use repalloc() if the bms needs to be enlarged. 12 years ago
Heikki Linnakangas 357f752138 Fix snapshot leak if lo_open called on non-existent object. 12 years ago
Fujii Masao 514b3194e8 Correct comment of pgbench "filler" columns. 12 years ago
Andrew Dunstan 42bf7fc1de Fix makefile broken by hstore fix. 12 years ago
Andrew Dunstan a18167510f Use a new hstore extension version for added json functions. 12 years ago
Andrew Dunstan d942f9d928 Ensure installation dirs are built before contents are installed. 12 years ago
Robert Haas 4334639f4b Allow printf-style padding specifications in log_line_prefix. 12 years ago
Andrew Dunstan d70f8d5f1b Fix erroneous statements about multiply specified JSON columns. 12 years ago
Heikki Linnakangas adaba2751f Fix spurious warning after vacuuming a page on a table with no indexes. 12 years ago
Noah Misch c2df45a37c pgbench: Correct for bias in --rate schedule generation. 12 years ago
Heikki Linnakangas 77ae7f7c35 Plug memory leak in range_cmp function. 12 years ago
Alvaro Herrera b2fc4d6142 Fix pgindent comment breakage 12 years ago
Noah Misch b43b64caea Use @libdir@ in both of regress/{input,output}/security_label.source 12 years ago
Noah Misch 825da2aba8 pgbench: Tweak documentation. 12 years ago
Robert Haas 54990af616 doc: Clarify that file_fdw options require values. 12 years ago
Robert Haas ba3d39c969 Don't allow system columns in CHECK constraints, except tableoid. 12 years ago
Bruce Momjian ff2a1f5e84 pg_upgrade: more C comment fixes 12 years ago
Bruce Momjian f7cf5fa262 pg_upgrade: fix C comment typo 12 years ago
Stephen Frost b37c90f11e Fix SSL deadlock risk in libpq 12 years ago
Heikki Linnakangas b882246e3a Fix two timeline handling bugs in pg_receivexlog. 12 years ago
Robert Haas 496439d943 Fix compiler warning in WaitForBackgroundWorkerStartup(). 12 years ago
Fujii Masao 6e5f6e5913 Fix typo in comment. 12 years ago
Robert Haas eb3b79ffd4 Documentation correction. 12 years ago
Robert Haas 86a174bff0 Typo fix. 12 years ago
Alvaro Herrera 1247ea28cb Remove `proc` argument from LockCheckConflicts 12 years ago
Alvaro Herrera dd778e9d88 Rename various "freeze multixact" variables 12 years ago
Heikki Linnakangas 0892ecbc01 Add a GUC to report whether data page checksums are enabled. 12 years ago
Peter Eisentraut cdeb79adcf Fix typos 12 years ago
Noah Misch d41cb869aa Ignore interrupts during quickdie(). 12 years ago
Kevin Grittner a49d0b75ce Create index on srt table in citext regression tests. 12 years ago
Bruce Momjian f0e86930dd fuzzystrmatch: replace broken link in C comment 12 years ago
Bruce Momjian 2885006afc docs: Update libpq and testlo examples 12 years ago
Bruce Momjian 0f59f4a645 Add comment for VARSIZE_ANY_EXHDR macro 12 years ago
Bruce Momjian d8a5608d4a psql: fix \copy stdin trailing space requirement 12 years ago
Bruce Momjian 601f48076f psql: honor 'footer' option for expanded output 12 years ago
Fujii Masao 71129b6fc5 Remove leftover function prototype. 12 years ago
Peter Eisentraut b34f8f409b Show schemas in information_schema.schemata that the current has access to 12 years ago
Robert Haas 71901ab6da Introduce InvalidCommandId. 12 years ago
Michael Meskes 9c68834bfc Return error if allocation of new element was not possible. 12 years ago