Commit Graph

35567 Commits (8e00a3850d4a7729a112967c204fa95b40cc54ca)
 

Author SHA1 Message Date
Noah Misch 8e00a3850d pgbench: Remove stray use of "float" math. 13 years ago
Bruce Momjian 85fa8293ad pg_upgrade doc: link mode additions 13 years ago
Alvaro Herrera 1310d4cab2 add multixact-no-deadlock to schedule 13 years ago
Alvaro Herrera 46d8954654 Make some isolationtester specs more complete 13 years ago
Alvaro Herrera 4f0777ba0f isolationtester: Allow tuples to be returned in more places 13 years ago
Bruce Momjian a54141aebc Issue error on SET outside transaction block in some cases 13 years ago
Robert Haas 4655b607f3 doc: Add missing words to bgworker docs. 13 years ago
Robert Haas 0f1ef79095 Fix silly thinko in ResetSequenceCaches. 13 years ago
Robert Haas d90ced8bb2 Add DISCARD SEQUENCES command. 13 years ago
Robert Haas c64e68fd9f psql: Make \pset without arguments show all settings. 13 years ago
Heikki Linnakangas c2b175b948 Minor GIN code refactoring. 13 years ago
Peter Eisentraut 627882d0d8 doc: Correct psycopg URL 13 years ago
Peter Eisentraut 9099e4afe0 psql: Set up cancel handler later 13 years ago
Bruce Momjian eb5d87e5f3 doc: fix hstore_to_json_loose() doc wording 13 years ago
Magnus Hagander 542131c9e7 Fix copy/paste error 13 years ago
Bruce Momjian d50f281210 Adjust C comments that would be wrap-able. 13 years ago
Alvaro Herrera 15732b34e8 Add WaitForLockers in lmgr, refactoring index.c code 13 years ago
Alvaro Herrera dddc91ddd3 Remove broken PGXS code for pg_xlogdump 13 years ago
Andrew Dunstan 7ce569babd Add missing condition for pg_depend in hstore migration script. 13 years ago
Andrew Dunstan eebdea08bb Ensure installation dirs are built before contents are installed (v2) 13 years ago
Heikki Linnakangas ee01d848f3 In bms_add_member(), use repalloc() if the bms needs to be enlarged. 13 years ago
Heikki Linnakangas 357f752138 Fix snapshot leak if lo_open called on non-existent object. 13 years ago
Fujii Masao 514b3194e8 Correct comment of pgbench "filler" columns. 13 years ago
Andrew Dunstan 42bf7fc1de Fix makefile broken by hstore fix. 13 years ago
Andrew Dunstan a18167510f Use a new hstore extension version for added json functions. 13 years ago
Andrew Dunstan d942f9d928 Ensure installation dirs are built before contents are installed. 13 years ago
Robert Haas 4334639f4b Allow printf-style padding specifications in log_line_prefix. 13 years ago
Andrew Dunstan d70f8d5f1b Fix erroneous statements about multiply specified JSON columns. 13 years ago
Heikki Linnakangas adaba2751f Fix spurious warning after vacuuming a page on a table with no indexes. 13 years ago
Noah Misch c2df45a37c pgbench: Correct for bias in --rate schedule generation. 13 years ago
Heikki Linnakangas 77ae7f7c35 Plug memory leak in range_cmp function. 13 years ago
Alvaro Herrera b2fc4d6142 Fix pgindent comment breakage 13 years ago
Noah Misch b43b64caea Use @libdir@ in both of regress/{input,output}/security_label.source 13 years ago
Noah Misch 825da2aba8 pgbench: Tweak documentation. 13 years ago
Robert Haas 54990af616 doc: Clarify that file_fdw options require values. 13 years ago
Robert Haas ba3d39c969 Don't allow system columns in CHECK constraints, except tableoid. 13 years ago
Bruce Momjian ff2a1f5e84 pg_upgrade: more C comment fixes 13 years ago
Bruce Momjian f7cf5fa262 pg_upgrade: fix C comment typo 13 years ago
Stephen Frost b37c90f11e Fix SSL deadlock risk in libpq 13 years ago
Heikki Linnakangas b882246e3a Fix two timeline handling bugs in pg_receivexlog. 13 years ago
Robert Haas 496439d943 Fix compiler warning in WaitForBackgroundWorkerStartup(). 13 years ago
Fujii Masao 6e5f6e5913 Fix typo in comment. 13 years ago
Robert Haas eb3b79ffd4 Documentation correction. 13 years ago
Robert Haas 86a174bff0 Typo fix. 13 years ago
Alvaro Herrera 1247ea28cb Remove `proc` argument from LockCheckConflicts 13 years ago
Alvaro Herrera dd778e9d88 Rename various "freeze multixact" variables 13 years ago
Heikki Linnakangas 0892ecbc01 Add a GUC to report whether data page checksums are enabled. 13 years ago
Peter Eisentraut cdeb79adcf Fix typos 13 years ago
Noah Misch d41cb869aa Ignore interrupts during quickdie(). 13 years ago
Kevin Grittner a49d0b75ce Create index on srt table in citext regression tests. 13 years ago