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