Commit Graph

41050 Commits (275e8c88a49403da2f278861ba2eb021aadd269c)
 

Author SHA1 Message Date
Tom Lane 275e8c88a4 Doc: add a section in Part II concerning RETURNING. 9 years ago
Tom Lane 292765ce35 Make contrib/test_decoding regression tests safe for CZ locale. 9 years ago
Tom Lane c5917067e5 Fix PGLC_localeconv() to handle errors better. 9 years ago
Tom Lane 01f08cbbc9 Fix test for subplans in force-parallel mode. 9 years ago
Tom Lane 90f8b4be5b Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. 9 years ago
Tom Lane 272c426604 Code review for GUC serialization/deserialization code. 9 years ago
Tom Lane 0eaa5118ae Improve pg_dump/pg_restore --create --if-exists logic. 9 years ago
Alvaro Herrera f5d8944320 Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases 9 years ago
Tom Lane a69e6d9a6c Allow DOS-style line endings in ~/.pgpass files. 9 years ago
Tom Lane 8aa3e47510 Account for catalog snapshot in PGXACT->xmin updates. 9 years ago
Magnus Hagander 7fcaec032f Fix typo in comment 9 years ago
Alvaro Herrera cd2ec8aaa1 Fix duplication in ALTER MATERIALIZE VIEW synopsis 9 years ago
Tom Lane 6f932cac7a Doc: remove obsolete example. 9 years ago
Tom Lane cc302f375a Doc: fix data types of FuncCallContext's call_cntr and max_calls fields. 9 years ago
Tom Lane 05a6e87289 Re-allow user_catalog_table option for materialized views. 9 years ago
Tom Lane 7defc3b97a Fix partial aggregation for the case of a degenerate GROUP BY clause. 9 years ago
Magnus Hagander c32e05bce7 Fix typo 9 years ago
Noah Misch 91ba77c722 Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 9 years ago
Tom Lane 5ee3a7453a Band-aid fix for incorrect use of view options as StdRdOptions. 9 years ago
Peter Eisentraut 674f7015ca pg_rewing pg_upgrade: Fix translation markers 9 years ago
Magnus Hagander b6a323a8c9 Fix handling of symlinked pg_stat_tmp and pg_replslot 9 years ago
Tom Lane 3af8467e9a Rationalize and document pltcl's handling of magic ".tupno" array element. 9 years ago
Tom Lane a5b153ff51 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. 9 years ago
Tom Lane 20559a8546 More zic cleanup. 9 years ago
Tom Lane 5c24c61273 Remove duplicate macro definition. 9 years ago
Tom Lane 4774f61830 Back-patch portability fixes for contrib/pageinspect/ginfuncs.c. 9 years ago
Tom Lane 7afafe8af3 Sync our copy of the timezone library with IANA tzcode master. 9 years ago
Tom Lane 23c6c437f9 Don't make FK-based selectivity estimates in inheritance situations. 9 years ago
Tom Lane f4d865f22d Don't convert Consts into Vars during setrefs.c processing. 9 years ago
Tom Lane 2a8783e440 Fix portability bug in gin_page_opaque_info(). 9 years ago
Tatsuo Ishii b0034e7198 Fix typo in sources.sgml. 9 years ago
Tom Lane 464326e83b Fix nasty performance problem in tsquery_rewrite(). 9 years ago
Tom Lane 2a2b439cc1 Fix bogus tree-flattening logic in QTNTernary(). 9 years ago
Tom Lane 48a6592dae Improve speed of aggregates that use array_append as transition function. 9 years ago
Robert Haas 4a43a6244d If the stats collector dies during Hot Standby, restart it. 10 years ago
Robert Haas 05e2293f4c Fix possible pg_basebackup failure on standby with "include WAL". 10 years ago
Tom Lane 445035a6ed Fix incorrect trigger-property updating in ALTER CONSTRAINT. 10 years ago
Tom Lane 99f13d1617 Fix not-HAVE_SYMLINK code in zic.c. 10 years ago
Tom Lane fab220b415 Doc: improve documentation about inheritance. 10 years ago
Heikki Linnakangas e9c0335c33 Fix typos in comments. 10 years ago
Heikki Linnakangas e3c5e48bb8 Fix typo in comment. 10 years ago
Tom Lane 16e7c02c42 Stamp 9.6.1. 10 years ago
Peter Eisentraut 681fdbbff1 Translation updates 10 years ago
Tom Lane b9a728ef45 Update release notes for last-minute commit timestamp fix. 10 years ago
Alvaro Herrera c8329f934e Preserve commit timestamps across clean restart 10 years ago
Tom Lane 6beb8c75ce Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24. 10 years ago
Tom Lane fdcee9f1fc Avoid testing tuple visibility without buffer lock. 10 years ago
Tom Lane c4016fcb1f Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. 10 years ago
Tom Lane 5beb73b495 Avoid testing tuple visibility without buffer lock in RI_FKey_check(). 10 years ago
Tom Lane dc04be21d6 Improve documentation about use of Linux huge pages. 10 years ago