Commit Graph

35217 Commits (b8fd1a09f382f04c41128fded4d56da2127ce92d)
 

Author SHA1 Message Date
Jeff Davis b8fd1a09f3 Add buffer_std flag to MarkBufferDirtyHint(). 12 years ago
Fujii Masao 2bc4ab4f9c Fix description of archive format which pg_restore -j supports. 12 years ago
Tom Lane a64ca63e59 Use WaitLatch, not pg_usleep, for delaying in pg_sleep(). 12 years ago
Fujii Masao f69aece6f4 Fix pg_restore -l with the directory archive to display the correct format name. 12 years ago
Tom Lane 873ab97219 Use SA_RESTART for all signals, including SIGALRM. 12 years ago
Tom Lane 5242fefb47 Be consistent about #define'ing configure symbols as "1" not empty. 12 years ago
Heikki Linnakangas b23160889c Add :client_id automatic variable for custom pgbench scripts. 12 years ago
Tom Lane 46e1434f3d Update RELEASE_CHANGES to describe library version bumping more fully. 12 years ago
Tom Lane 8a3f0894a4 Stamp shared-library minor version numbers for 9.4. 12 years ago
Tom Lane 58ae1f4577 Stamp HEAD as 9.4devel. 12 years ago
Tom Lane e472b92140 Avoid deadlocks during insertion into SP-GiST indexes. 12 years ago
Tom Lane c62866eeaf Remove special-case treatment of LOG severity level in standalone mode. 12 years ago
Tom Lane f04216341d Refactor checksumming code to make it easier to use externally. 12 years ago
Peter Eisentraut fa2fc066f3 PL/Python: Fix type mixup 12 years ago
Tom Lane 629b3e96dd Only install a portal's ResourceOwner if it actually has one. 12 years ago
Noah Misch 66008564f8 Avoid reading past datum end when parsing JSON. 12 years ago
Noah Misch 3a5d0c5533 Avoid reading below the start of a stack variable in tokenize_file(). 12 years ago
Noah Misch 813895e4ac Don't pass oidvector by value. 12 years ago
Noah Misch fb435f40d5 Observe array length in HaveVirtualXIDsDelayingChkpt(). 12 years ago
Noah Misch ff53890f68 Don't use ordinary NULL-terminated strings as Name datums. 12 years ago
Tom Lane dc3eb56383 Improve updatability checking for views and foreign tables. 12 years ago
Andrew Dunstan 78ed8e03c6 Fix unescaping of JSON Unicode escapes, especially for non-UTF8. 12 years ago
Robert Haas c1d729b419 Improve description of loread/lowrite. 12 years ago
Tom Lane e262755bfc Fix cache flush hazard in cache_record_field_properties(). 12 years ago
Tatsuo Ishii ecdec470e7 Add description that loread()/lowrite() are corresponding to 12 years ago
Fujii Masao 941c4ece98 Fix pg_isready to handle conninfo properly. 12 years ago
Joe Conway 33a4466f76 Fix ordering of obj id for Rules and EventTriggers in pg_dump. 12 years ago
Tom Lane e0b451e432 Tweak postgres_fdw regression test so autovacuum doesn't change results. 12 years ago
Tom Lane a4424c57c3 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 12 years ago
Tom Lane f3839ea117 Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. 12 years ago
Tom Lane 007556bf08 Remove fixed limit on the number of concurrent AllocateFile() requests. 12 years ago
Andrew Dunstan d535136b5d Don't downcase non-ascii identifier chars in multi-byte encodings. 12 years ago
Andrew Dunstan 94e3311b97 Handle Unicode surrogate pairs correctly when processing JSON. 12 years ago
Peter Eisentraut c99d5d1bcc doc: Fix <synopsis> in <term> markup 12 years ago
Kevin Grittner 734fbbd1d2 Correct the documentation of pg_rewrite.ev_attr. 12 years ago
Tom Lane 7b1e893acd Minor docs wordsmithing. 12 years ago
Peter Eisentraut 58617e4dc1 doc: Clarify description of VALUES command 12 years ago
Heikki Linnakangas f73cb5567c Fix typo in comment. 12 years ago
Robert Haas a6370fd9ed Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page. 12 years ago
Bruce Momjian e2c84bc9f5 pg_upgrade: document that --link should be used with --check 12 years ago
Tom Lane 964c0d0f80 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 12 years ago
Peter Eisentraut a3bd6096bd Update SQL features list 12 years ago
Tom Lane 3f783c8827 Put analyze_keyword back in explain_option_name production. 12 years ago
Tom Lane 530acda4da Provide better message when CREATE EXTENSION can't find a target schema. 12 years ago
Tom Lane 5c7603c318 Add ARM64 (aarch64) support to s_lock.h. 12 years ago
Tom Lane dbc6eb1f4b Fix memory leak in LogStandbySnapshot(). 12 years ago
Heikki Linnakangas 79e15c7d86 Fix off-by-one in pg_xlogdump -r option. 12 years ago
Tom Lane 035a5e1e8c Add semicolons to eval'd strings to hide a minor Perl behavioral change. 12 years ago
Heikki Linnakangas 15386281a6 Put back allow_system_table_mods check in heap_create(). 12 years ago
Stephen Frost f129615fe7 Additional spelling corrections 12 years ago