aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update comment that says we only report last libpq connection failure,Bruce Momjian2010-11-26
* Use only addr_cur when reporting connection failures in libpq.Bruce Momjian2010-11-26
* Abandon use of Makefile variables in libpq/Makefile because MSVC scrapesBruce Momjian2010-11-26
* In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT into a singleBruce Momjian2010-11-26
* Improve pg_ctl "cannot connect" spacing, per Tom, and wording.Bruce Momjian2010-11-26
* Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.Bruce Momjian2010-11-25
* For libpq/Makefile OPT_PGPORT, remove .o extension after we testBruce Momjian2010-11-25
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-25
* Fix getaddrinfo() in pgport to use proper parameters, as detected byBruce Momjian2010-11-25
* Restructure how libpq includes external C files, for clarity.Bruce Momjian2010-11-25
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Don't raise "identifier will be truncated" messages in dblinkItagaki Takahiro2010-11-25
* Add inet_net_ntop.c to .gitignore.Robert Haas2010-11-25
* Remove belt-and-suspenders guards against buffer pin leaks.Robert Haas2010-11-25
* Properly add new inet_net_ntop file to libpq Makefile.Bruce Momjian2010-11-24
* Document that a CHECKPOINT before taking a file system snapshot canBruce Momjian2010-11-24
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Add index entries for more functionsPeter Eisentraut2010-11-24
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-22
* Remove GucContext parameter from ParseConfigFileAlvaro Herrera2010-11-22
* Put back accidentally-deleted quote_literal() regression tests.Robert Haas2010-11-21
* Bump catversion. Should have done this as part of format(text) patch.Robert Haas2010-11-21
* Add new SQL function, format(text).Robert Haas2010-11-20
* Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.Tom Lane2010-11-20
* Minor cleanup of indxpath.c.Robert Haas2010-11-20
* Assorted further cleanup for integer-conversion patch.Tom Lane2010-11-20
* Expose quote_literal_cstr() from core.Robert Haas2010-11-20
* Update int8-exp-three-digits.out to match new contents of int8.out.Robert Haas2010-11-20
* Attempt to fix breakage caused by signed integer conversion patch.Robert Haas2010-11-20
* Fix leakage of cost_limit when multiple autovacuum workers are active.Tom Lane2010-11-19
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-19
* Improve relation width estimation for subqueries.Tom Lane2010-11-19
* Improve plpgsql's error reporting for no-such-column cases.Tom Lane2010-11-18
* Add pg_describe_object functionAlvaro Herrera2010-11-18
* Dept of second thoughts: don't try to push LIMIT below a SRF.Tom Lane2010-11-18
* Minor corrections to dummy_seclabel documentation.Robert Haas2010-11-18
* Remove unused parameter. Patch by Shigeru Hanada.Heikki Linnakangas2010-11-18
* Further fallout from the MergeAppend patch.Tom Lane2010-11-18
* Document the dummy_seclabel contrib module.Robert Haas2010-11-17
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-17
* Additional fixes for parallel makePeter Eisentraut2010-11-17
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-16
* Send paramHandle to subprocesses as 64-bit on Win64Magnus Hagander2010-11-16
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane2010-11-15
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Remove outdated comments from the regression test files.Robert Haas2010-11-15