| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 4 | -10/+10 |
| * | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 | 1 | -42/+34 |
| * | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 1 | -5/+0 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 1 | -1/+1 |
| * | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 | 2 | -16/+16 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -2/+1 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -25/+22 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -1/+1 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 2 | -2/+2 |
| * | This makes dblink pass its installcheck test on platforms where | Tom Lane | 2004-10-28 | 1 | -3/+3 |
| * | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 | 1 | -9/+1 |
| * | Remove duplicate PQclear(res) operations leading to double free() and | Tom Lane | 2004-09-28 | 1 | -9/+5 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -4/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 3 | -3/+3 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -5/+10 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -31/+14 |
| * | Added new versions of dblink, dblink_exec, dblink_open, dblink_close, | Joe Conway | 2004-03-07 | 9 | -185/+556 |
| * | When returning type "record", replace use of pgresultGetTupleDesc | Joe Conway | 2004-02-24 | 1 | -60/+22 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix regression in dblink_disconnect() reported by Eduardo Stern: | Joe Conway | 2003-11-28 | 3 | -5/+5 |
| * | Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bug | Joe Conway | 2003-11-26 | 1 | -0/+3 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -4/+4 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -2/+4 |
| * | expected results for dblink test seem to be out of date ... | Tom Lane | 2003-09-14 | 1 | -2/+6 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 3 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -82/+81 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 3 | -107/+183 |
| * | Please apply attached patch to contrib/dblink. It adds named persistent | Bruce Momjian | 2003-06-25 | 10 | -614/+855 |
| * | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-15 | 1 | -6/+2 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -4/+1 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 2 | -9/+8 |
| * | Fix inappropriate quoting in dblink. From Joe Conway. | Tom Lane | 2002-11-23 | 4 | -12/+116 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -2/+1 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -1/+2 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -2/+1 |
| * | Fix dblink regression test so that it works when repeated: don't | Tom Lane | 2002-11-03 | 2 | -81/+21 |
| * | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 | 1 | -2/+0 |
| * | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian | 2002-10-21 | 2 | -3/+0 |
| * | Clean up for dblink autocommit OFF handling. | Bruce Momjian | 2002-10-18 | 2 | -2/+4 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 3 | -156/+208 |
| * | Tweak dblink functions to use int4 arguments instead of int2, | Tom Lane | 2002-09-23 | 2 | -12/+30 |
| * | Simplify handling of second database for dblink tests. | Tom Lane | 2002-09-14 | 2 | -79/+43 |
| * | The attached adds GRANTs to PUBLIC for dblink functions, removes the | Tom Lane | 2002-09-14 | 5 | -85/+198 |
| * | Remove include of libpq-int.h --- dblink.c should not be (and was not) | Tom Lane | 2002-09-05 | 1 | -1/+1 |
| * | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 | 1 | -2/+1 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 2 | -269/+288 |
| * | Clean out cruft left by nonstandard test procedure. | Tom Lane | 2002-09-03 | 1 | -1/+3 |
| * | last-minute CreateTemplateTupleDesc fixes. | Tom Lane | 2002-09-03 | 1 | -4/+4 |
| * | Add missing dblink files. | Bruce Momjian | 2002-09-02 | 9 | -0/+903 |
| * | Attached is a fairly sizeable update to contrib/dblink. I'd love to get | Bruce Momjian | 2002-09-02 | 4 | -707/+955 |