Commit Graph

34347 Commits (4c9d0901f135d724a9f3cfa4140a5afd44b10f08)
 

Author SHA1 Message Date
Kevin Grittner 4c9d0901f1 Correct predicate locking for DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane edef20f6e1 Fix pg_dump's handling of DROP DATABASE commands in --clean mode. 13 years ago
Tom Lane ca0b960eb5 Prevent overflow in pgbench's percent-done display. 13 years ago
Tom Lane 5d1abe64e6 Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly. 13 years ago
Tom Lane 4e32f8cd14 Fix hash_search to avoid corruption of the hash table on out-of-memory. 13 years ago
Tom Lane 0d6895051a Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 13 years ago
Simon Riggs da85727565 Fix orphan on cancel of drop index concurrently. 13 years ago
Tom Lane 002191a1a3 Further cleanup of catcache.c ilist changes. 13 years ago
Tom Lane dc5aeca168 Remove unnecessary "head" arguments from some dlist/slist functions. 13 years ago
Tom Lane 8f8d746478 Code review for inline-list patch. 13 years ago
Andrew Dunstan 2f2be7473b Use a more portable platform test. 13 years ago
Heikki Linnakangas 2a49585e2b Further tweaking of the readfile() function in pg_ctl. 13 years ago
Simon Riggs 160984c8c8 Isolation test for DROP INDEX CONCURRENTLY 13 years ago
Simon Riggs 2f0e480d02 Re-think guts of DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane 72a4231f0c Fix planning of non-strict equivalence clauses above outer joins. 13 years ago
Alvaro Herrera 7b583b20b1 pg_dump: Output functions deterministically sorted 13 years ago
Simon Riggs 5ad72cee7e Revert tests for drop index concurrently. 13 years ago
Simon Riggs 4e206744dc Add isolation tests for DROP INDEX CONCURRENTLY. 13 years ago
Tom Lane ff3f9c8de5 Close un-owned SMgrRelations at transaction end. 13 years ago
Tom Lane 9bacf0e373 Revert "Use "transient" files for blind writes, take 2". 13 years ago
Alvaro Herrera a66ee69add Embedded list interface 13 years ago
Simon Riggs f862a326ef Fix typo in previous commit 13 years ago
Simon Riggs 9f9695a0cd Clarify hash index caution and copy to CREATE INDEX docs 13 years ago
Bruce Momjian 22cc3b35f4 When outputting the session id in log_line_prefix (%c) or in CSV log 13 years ago
Tom Lane b72bd3d1c6 alter_generic regression test cannot run concurrently with privileges test. 13 years ago
Heikki Linnakangas 7d3ed5ae78 Fix typo in comment. 13 years ago
Heikki Linnakangas ff6c78c480 Remove comment that is no longer true. 13 years ago
Heikki Linnakangas 5c89684e08 Fix race condition in pg_ctl reading postmaster.pid. 13 years ago
Tom Lane e81e8f9342 Split up process latch initialization for more-fail-soft behavior. 13 years ago
Tom Lane 8b728e5c6e Fix oversight in new code for printing rangetable aliases. 13 years ago
Bruce Momjian 49ec613201 In our source code, make a copy of getopt's 'optarg' string arguments, 13 years ago
Tom Lane a29f7ed554 Get rid of COERCE_DONTCARE. 13 years ago
Tom Lane 427fd88552 Fix unportable format string. 13 years ago
Tom Lane 71e58dcfb9 Make equal() ignore CoercionForm fields for better planning with casts. 13 years ago
Andrew Dunstan e583ffe947 Unbreak MSVC builds after recent Makefile refactoring. 13 years ago
Tom Lane 4816d2ea32 Fix cross-type case in partial row matching for hashed subplans. 13 years ago
Heikki Linnakangas 6f60fdd701 Improve replication connection timeouts. 13 years ago
Peter Eisentraut 8521d13194 Refactor flex and bison make rules 13 years ago
Peter Eisentraut ab112068b6 Remove _FORTIFY_SOURCE 13 years ago
Tom Lane c3bf3ea2b6 Remove configure-option-dependent test cases from dblink tests. 13 years ago
Tom Lane 864db11683 Update obsolete comment. 13 years ago
Tom Lane 8255566f9d Create an improved FDW option validator function for contrib/dblink. 13 years ago
Tom Lane 392b2e5010 Update obsolete text in fdwhandler.sgml. 13 years ago
Bruce Momjian a9701a1d7d In pg_upgrade, issue proper error message when we can't open PG_VERSION. 13 years ago
Tom Lane a80889a735 Set procost to 10 for each of the pg_foo_is_visible() functions. 13 years ago
Tom Lane 3f88fa971a Fix PGXS support for building loadable modules on AIX. 13 years ago
Tom Lane 7e0cce0265 Remove unnecessary overhead in backend's large-object operations. 13 years ago
Heikki Linnakangas 2d8c81ac86 Fix silly bug in previous refactoring. 13 years ago
Heikki Linnakangas ff8f160bf4 Put the logic to wait for WAL in standby mode to a separate function. 13 years ago
Alvaro Herrera f7491616a9 restore permission bits 13 years ago