Commit Graph

33117 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)
 

Author SHA1 Message Date
Andrew Dunstan 1c6afc40f7 Properly dump dropped foreign table cols in binary-upgrade mode. 13 years ago
Fujii Masao 3f145f6be3 Support clean switchover. 13 years ago
Simon Riggs a41c88194b Ensure no xid gaps during Hot Standby startup 13 years ago
Peter Eisentraut 27e9e86f6d Update CREATE FUNCTION documentation about argument names 13 years ago
Simon Riggs be039d4b29 Fix docs on lock level for ALTER TABLE VALIDATE 13 years ago
Fujii Masao 81bb2d23bd Fix pg_restore -l with the directory archive to display the correct format name. 13 years ago
Tom Lane cf0f08e03b Only install a portal's ResourceOwner if it actually has one. 13 years ago
Robert Haas e19c932edf Improve description of loread/lowrite. 13 years ago
Tom Lane e46753e9b9 Fix cache flush hazard in cache_record_field_properties(). 13 years ago
Tatsuo Ishii 219ef8e33c Add description that loread()/lowrite() are corresponding to 13 years ago
Joe Conway 86742ac9c8 Fix ordering of obj id for Rules and EventTriggers in pg_dump. 13 years ago
Tom Lane a2c2336f96 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 13 years ago
Tom Lane aee8a60c72 Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. 13 years ago
Tom Lane 8c3fdbb56e Remove fixed limit on the number of concurrent AllocateFile() requests. 13 years ago
Andrew Dunstan d7cb64aeb5 Don't downcase non-ascii identifier chars in multi-byte encodings. 13 years ago
Kevin Grittner 8af3f277b4 Correct the documentation of pg_rewrite.ev_attr. 13 years ago
Tom Lane ca6566612c Minor docs wordsmithing. 13 years ago
Heikki Linnakangas 3ebdf6c9f9 Fix typo in comment. 13 years ago
Tom Lane f753c9d596 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 13 years ago
Tom Lane 940a85e5e1 Put analyze_keyword back in explain_option_name production. 13 years ago
Tom Lane f94979f618 Provide better message when CREATE EXTENSION can't find a target schema. 13 years ago
Tom Lane dc12e477eb Fix memory leak in LogStandbySnapshot(). 13 years ago
Tom Lane 89bd9fe5fd Add semicolons to eval'd strings to hide a minor Perl behavioral change. 13 years ago
Tom Lane 1e5588cfd9 Allow type_func_name_keywords in some places where they weren't before. 13 years ago
Stephen Frost 39485bbdba Documentation fix for ALTER TYPE .. RENAME 13 years ago
Robert Haas 7b2d780f2a Fix typo in comment. 13 years ago
Tom Lane 9d8bc2f0ae Fix fd.c to preserve errno where needed. 13 years ago
Tom Lane ee249498a9 Fix handling of OID wraparound while in standalone mode. 13 years ago
Tom Lane 0c2c0f82c2 Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane fd262376e9 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Tom Lane 56ac625705 Use pg_dump's --quote-all-identifiers option in pg_upgrade. 13 years ago
Bruce Momjian 6f3ec222fc docs: log_line_prefix session id fix 13 years ago
Bruce Momjian 8f80e35b55 doc: fix log_line_prefix session_id %c item 13 years ago
Heikki Linnakangas e1d1d80993 Fix thinko in comment. 13 years ago
Heikki Linnakangas 424cc31a37 Install recycled WAL segments with current timeline ID during recovery. 13 years ago
Kevin Grittner 93641341f0 Ensure ANALYZE phase is not skipped because of canceled truncate. 13 years ago
Joe Conway 359c8e4545 Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine. 13 years ago
Tom Lane 32ad1d696a Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands. 13 years ago
Heikki Linnakangas ae76795214 Fix typo in comment. 13 years ago
Tom Lane c13ed70a4f Fix longstanding race condition in plancache.c. 13 years ago
Tom Lane d189deebd3 Improve documentation about the relationship of extensions and schemas. 13 years ago
Peter Eisentraut 7ef110757e doc: Fix number of columns in table 13 years ago
Heikki Linnakangas 88b000c1b6 Fix crash on compiling a regular expression with more than 32k colors. 13 years ago
Heikki Linnakangas 6ce083f08a Calculate # of semaphores correctly with --disable-spinlocks. 13 years ago
Tom Lane 677fde06af Minor robustness improvements for isolationtester. 13 years ago
Tom Lane 114fca526e Stamp 9.1.9. 13 years ago
Tom Lane 5e3d2123a0 Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 13 years ago
Tom Lane ddf177228f Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane b403f4107b Make REPLICATION privilege checks test current user not authenticated user. 13 years ago
Peter Eisentraut 54d4a8f023 Translation updates 13 years ago