summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-092-5/+12
* Repair error in description of nonblocking usage of PQgetCopyData().Tom Lane2005-06-091-3/+3
* Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane2005-06-091-6/+6
* \(rs should be \\(rs, per Tom.Bruce Momjian2005-06-091-2/+2
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-091-1/+12
* Add example for pg_config --configure.Peter Eisentraut2005-06-091-2/+18
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-094-5/+33
* Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian2005-06-092-2/+17
* I've created a patch which adds support for troff "-ms" output toBruce Momjian2005-06-094-9/+229
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-0919-450/+270
* Remove idea of schema tablespaces:Bruce Momjian2005-06-092-13/+6
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-089-25/+194
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-089-34/+16
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-0812-269/+555
* Correct an omission in the syntax error message emitted by EXECUTE INTONeil Conway2005-06-081-7/+6
* Mention ipcrm and ipcclean in error message.Bruce Momjian2005-06-071-2/+3
* Fix word wrap:Bruce Momjian2005-06-072-8/+8
* Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane2005-06-071-12/+12
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-077-36/+202
* Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway2005-06-076-25/+169
* Update text for RESET CONNECTION:Bruce Momjian2005-06-072-8/+16
* Ipcrm -> ipcclean in error message:Bruce Momjian2005-06-071-2/+2
* Add rtee box index discussion.Bruce Momjian2005-06-061-0/+316
* Add:Bruce Momjian2005-06-062-3/+6
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-0614-156/+185
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-0630-648/+370
* Update Hungarian FAQ and add an HTML version.Bruce Momjian2005-06-062-989/+2771
* Trivial markup improvement.Tom Lane2005-06-061-3/+3
* Nab some low-hanging fruit: replace the planner's base_rel_list andTom Lane2005-06-065-109/+142
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-0551-707/+852
* Add description for backend termination:Bruce Momjian2005-06-052-4/+8
* Here's a patch to do the following:Bruce Momjian2005-06-055-57/+55
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-051-3/+11
* Add 2phase TODO.detail.Bruce Momjian2005-06-052-0/+2988
* Add TODO.detail for 2phase commit:Bruce Momjian2005-06-052-4/+4
* Replace the parser's namespace tree (which formerly had the sameTom Lane2005-06-0510-499/+341
* Add TODO.detail.Bruce Momjian2005-06-052-6/+6
* Remove duplicate emails.Bruce Momjian2005-06-051-245/+30
* Add TODO.detail for timezone:Bruce Momjian2005-06-052-4/+4
* Add TODO.detail of standard timezone data type.Bruce Momjian2005-06-051-0/+2829
* Add pg_upgrade TODO.detail.Bruce Momjian2005-06-041-0/+615
* Add TODO.detail:Bruce Momjian2005-06-042-4/+6
* Add pg_dump TODO.detail for multiple -t / -n flags.Bruce Momjian2005-06-041-1/+1
* Add pg_dump to TODO.detail.Bruce Momjian2005-06-043-9/+1267
* Back out patch:Bruce Momjian2005-06-041-12/+1
* Add comment for multi-byte computation.Bruce Momjian2005-06-041-1/+2
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-0414-52/+167
* At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:Bruce Momjian2005-06-043-284/+241
* Tom Lane <tgl@sss.pgh.pa.us> writes:Bruce Momjian2005-06-041-1/+12
* Change expandRTE() and ResolveNew() back to taking just the singleTom Lane2005-06-0411-94/+92