Commit Graph

18123 Commits (deb519611bb83f91916461ca08452dbab5faa66a)

Author SHA1 Message Date
Tom Lane 7de81124d5 Create a function quote_nullable(), which works the same as quote_literal() 18 years ago
Tom Lane 19595835c3 Refactor to_char/to_date formatting code; primarily, replace DCH_processor 18 years ago
Tatsuo Ishii 325c0a39e4 Add server side lo_import(filename, oid) function. 18 years ago
Tom Lane 58a8285542 Remove TypeName struct's timezone flag, which has been write-only storage 18 years ago
Tom Lane 20e82a7c0b Give an explicit error for serial[], rather than silently ignoring 18 years ago
Tom Lane 4b7ae4afae Report the current queries of all backends involved in a deadlock 18 years ago
Michael Meskes 35ea0a9b8d Corrected version number. 18 years ago
Bruce Momjian fca9fff41b More README src cleanups. 18 years ago
Andrew Dunstan 458c585697 Generate dummy probes.h for MSVC builds. 18 years ago
Tom Lane 2d0583a166 Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing 18 years ago
Tom Lane 6b0706ac33 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 18 years ago
Alvaro Herrera 8759b79d0f Add a couple of missing FreeQueryDesc calls. Noticed while testing a 18 years ago
Bruce Momjian 4e228447aa Make source code READMEs more consistent. Add CVS tags to all README files. 18 years ago
Tom Lane 27dfc11d67 Dept of second thoughts: --no-tablespaces had better also prevent 18 years ago
Tom Lane 68528d37bb Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that 18 years ago
Michael Meskes f9e083fd30 Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. 18 years ago
Michael Meskes 15364ea09d Changed statement escaping to not escape continuation line markers. 18 years ago
Heikki Linnakangas f4b7624eb0 Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the 18 years ago
Alvaro Herrera 470c6c12a1 Remove another useless snapshot creation. 18 years ago
Tom Lane 5507b22dfc Support ALTER TYPE RENAME. Petr Jelinek 18 years ago
Alvaro Herrera a9686591d7 We no longer need a snapshot set after opening the finishing transaction: this 18 years ago
Tom Lane 965a2a191a Fix regexp substring matching (substring(string from pattern)) for the corner 18 years ago
Tatsuo Ishii 8436f9a036 Add libpq new API lo_import_with_oid() which is similar to lo_import() 18 years ago
Bruce Momjian af7680f668 Add find_typedef comments for Linux. 18 years ago
Bruce Momjian 0939946a5e Add find_typedef comment. 18 years ago
Bruce Momjian 61d416e3b2 Add Linux support to find_typedefs, with help from Alvaro. 18 years ago
Tom Lane 0d49838df6 Arrange to "inline" SQL functions that appear in a query's FROM clause, 18 years ago
Peter Eisentraut 2a43c4786d Don't need -Wno-error anymore, because flex is no longer producing warnings. 18 years ago
Peter Eisentraut 8c87cc370f Catch all errors in for and while loops in makefiles. Don't ignore any 18 years ago
Alvaro Herrera d54bb24cdd Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane. 18 years ago
Tom Lane 8e850b9159 Advance multiple array keys rightmost-first instead of leftmost-first 18 years ago
Tom Lane 206b1e558a Fix our printf implementation to follow spec: if a star parameter 18 years ago
Peter Eisentraut a7b7b07af3 Enable probes to work with Mac OS X Leopard and other OSes that will 18 years ago
Peter Eisentraut e7115a224a We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 18 years ago
Magnus Hagander 7cbfa7565e Fix postgres --describe-config for guc enums, breakage noted by Alvaro. 18 years ago
Tom Lane 164899db1c Revert thinko introduced into prefix_selectivity() by my recent patch: 18 years ago
Alvaro Herrera 23057f51f5 Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not 18 years ago
Tom Lane 0c5962c054 Grab some low-hanging fruit in the new hash index build code. 18 years ago
Tom Lane 32846f8152 Fix TransactionIdIsCurrentTransactionId() to use binary search instead of 18 years ago
Tom Lane 787eba734b When creating a large hash index, pre-sort the index entries by estimated 18 years ago
Alvaro Herrera ec6550c6c0 Modify interactions between sinval.c and sinvaladt.c. The code that actually 18 years ago
Magnus Hagander a3f66eac01 Some cleanups of enum-guc code, per comments from Tom. 18 years ago
Tom Lane c9a1cc694a Change hash index creation so that rather than always establishing exactly 18 years ago
Tom Lane 4873c96ff3 Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. 18 years ago
Alvaro Herrera adc4e1e635 Fix vacuum so that autovacuum is really not cancelled when doing an emergency 18 years ago
Tom Lane d31fb0e6b5 Update to tzdata 2008a distribution (Chilean DST law change). 18 years ago
Tom Lane 5e00913daf Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings 18 years ago
Tom Lane 3e701a04fe Fix heap_page_prune's problem with failing to send cache invalidation 18 years ago
Tom Lane da6a707c29 Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot 18 years ago
Tom Lane 033eb1581b Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing 18 years ago