Commit Graph

34278 Commits (b51a65f5bf4b68bc91d33d88108837d13d29df98)
 

Author SHA1 Message Date
Tom Lane 70bc583319 Fix btmarkpos/btrestrpos to handle array keys. 13 years ago
Alvaro Herrera ae90ffada4 Have pg_terminate/cancel_backend not ERROR on non-existent processes 13 years ago
Tom Lane 55c1687a97 Run check_keywords.pl anytime gram.c is rebuilt. 13 years ago
Peter Eisentraut 10bfe81dee pg_upgrade test: Disable fsync in initdb and postgres calls 13 years ago
Tom Lane bac95fd474 Make plpgsql's unreserved keywords more unreserved. 13 years ago
Tom Lane fc68ac86b1 Add new EVENT keyword to unreserved_keyword production. 13 years ago
Tom Lane 7d8cbeb0c3 Fix examples of how to use "su" while starting the server. 13 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 13 years ago
Tom Lane ce9eee39d1 Prevent emitting "ALTER VIEW foo SET ()". 13 years ago
Alvaro Herrera ea7d504998 RELEASE_NOTES: Fix typo 13 years ago
Peter Eisentraut 8a32819a80 Update translation updates instructions 13 years ago
Tom Lane 31510194cc Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. 13 years ago
Andrew Dunstan fcc1576687 Fix docs typo 13 years ago
Andrew Dunstan 6d12b68cd7 Allow IF NOT EXISTS when add a new enum label. 13 years ago
Tom Lane 11e131854f Improve ruleutils.c's heuristics for dealing with rangetable aliases. 13 years ago
Heikki Linnakangas 7c45e3a3c6 Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. 13 years ago
Heikki Linnakangas 9d5e9730e5 Fix obsolete comment. 13 years ago
Alvaro Herrera 22c734fcdb Remove execdesc.h inclusion from tcopprot.h 13 years ago
Tom Lane 4394fe3dcb Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 13 years ago
Tom Lane 96cc18eef6 Put back AcceptInvalidationMessages calls in heap_openrv(_extended). 13 years ago
Tom Lane f1f722dacc Update time zone data files to tzdata release 2012f. 13 years ago
Peter Eisentraut 5cfd5bb15b pg_upgrade: Remove check for pg_config 13 years ago
Tom Lane 807a40c551 Fix planning of btree index scans using ScalarArrayOpExpr quals. 13 years ago
Tom Lane 3f828fae62 Fix array_typanalyze to work for domains over arrays. 13 years ago
Peter Eisentraut bcf90cc18b libpq: Add missing directory to installdirs target 13 years ago
Tom Lane 3c64342c86 Provide adequate documentation of the "table_name *" notation. 13 years ago
Peter Eisentraut b2e3bea3af PL/Python: Improve Python 3 regression test setup 13 years ago
Tom Lane 3b8968f252 Rethink heuristics for choosing index quals for parameterized paths. 13 years ago
Simon Riggs 64e196b6ef Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. 13 years ago
Kevin Grittner 327542645e Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 13 years ago
Tom Lane 2899e3d6e4 Adjust largeobject_1.source per buildfarm. 13 years ago
Peter Eisentraut 05cf0ea8d1 psql: Add more constraint completion 13 years ago
Tom Lane bd9b4f1689 Improve largeobject regression test to show size of object read from file. 13 years ago
Tom Lane b8fbbcf37f Add a regression test case based on bug #7516. 13 years ago
Robert Haas beb850e1d8 Properly set relpersistence for fake relcache entries. 13 years ago
Tom Lane 9afc648111 Keep plperl's current_call_data record on the stack, instead of palloc'ing. 13 years ago
Tom Lane a20993608a Fix case of window function + aggregate + GROUP BY expression. 13 years ago
Kevin Grittner 6b896f511f Fix typo in comment for pclose_check() function. 13 years ago
Tom Lane 9a93e71008 Fix a couple other leftover uses of 'conisonly' terminology. 13 years ago
Andrew Dunstan 7c328a9b04 Fix catalog docs to reflect connoinherit change in 09ff76f. 13 years ago
Tom Lane 1faf866ace Fix logical errors in tsquery selectivity estimation for prefix queries. 13 years ago
Kevin Grittner 4bc0d2e2cf Fix typo: lexemes misspelled in full text search docs. 13 years ago
Andrew Dunstan a1d021e5d2 Add vcregress.pl target for checking pg_upgrade. 13 years ago
Tom Lane 59f23fe8d4 Make plperl safe against functions that are redefined while running. 13 years ago
Tom Lane 843363b8d5 Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug. 13 years ago
Tom Lane 45d1f1e024 Adjust PL/Python regression tests some more for Python 3.3. 13 years ago
Tom Lane 210eb9b743 Centralize libpq's low-level code for dropping a connection. 13 years ago
Robert Haas dda589c96b Update syntax shown for \copy to match new syntax for COPY. 13 years ago
Robert Haas 0a1967a0ef Fix "too many arguments" messages not to index off the end of argv[]. 13 years ago
Tom Lane d2286a98ef Allow embedded spaces without quoting in unix_socket_directories entries. 13 years ago