summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-242-6/+12
* Fix grant option dumping and related cross-version compatibility issues.Peter Eisentraut2003-07-241-33/+49
* Fixed mdy functions to use correct offset.Michael Meskes2003-07-243-3/+7
* Fix timestamp_date for HAVE_INT64_TIMESTAMP case.Tom Lane2003-07-241-2/+2
* Fixes additional sql injection vulnerabilities reported by Oliver JowettBarry Lind2003-07-242-9/+21
* Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane2003-07-241-8/+8
* Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS.Tom Lane2003-07-241-2/+2
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-2312-249/+368
* Czech translation updates from Karel ZakPeter Eisentraut2003-07-239-1733/+3406
* Update German translations.Peter Eisentraut2003-07-236-1317/+2193
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-2330-331/+325
* Stamp 7.3.4.Bruce Momjian2003-07-231-2/+5
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-2221-113/+121
* Error message editing for foreign-key triggers.Tom Lane2003-07-225-319/+280
* A few parentheses shy of a load here ...Tom Lane2003-07-221-3/+3
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-224-14/+27
* wups, took out one memset too many ...Tom Lane2003-07-221-2/+4
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-2220-809/+1241
* Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)Barry Lind2003-07-222-25/+43
* Don't report sequendces in pg_tables.Bruce Momjian2003-07-222-3/+3
* Back out comment on GucContexts.Bruce Momjian2003-07-211-4/+1
* Applied patch from dmitry@openratings.com to fix parsing of array valuesBarry Lind2003-07-212-5/+6
* Error message editing in backend/access.Tom Lane2003-07-2133-533/+702
* Fix regression test broken by recent view change.Tom Lane2003-07-211-1/+1
* Error message editing in backend/executor.Tom Lane2003-07-2128-297/+397
* Fix relkind test for pg_tables.Bruce Momjian2003-07-211-2/+2
* Error message editing in backend/catalog.Tom Lane2003-07-2124-379/+600
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-2046-1310/+2052
* Add Opteron/Itanium comment.Bruce Momjian2003-07-201-2/+3
* Error message editing: finish up undone task of reporting the problemTom Lane2003-07-191-30/+49
* Add ereport-related functions to GETTEXT_TRIGGERS list.Tom Lane2003-07-191-2/+3
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-1937-822/+1326
* First bits of work on error message editing.Tom Lane2003-07-1820-519/+1054
* Add cleaner formatting to config file.Bruce Momjian2003-07-181-38/+50
* Added more compat stuff ot the parser.Michael Meskes2003-07-183-9/+25
* It seems some case-insensitive locales sort upper case before lowerTom Lane2003-07-183-5/+381
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-172-11/+19
* Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane2003-07-171-2/+7
* Work around buggy strxfrm() present in some Solaris releases.Tom Lane2003-07-171-15/+16
* For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane2003-07-171-7/+25
* Repair boundary-case bug introduced by patch of two months ago thatTom Lane2003-07-171-3/+23
* Allow blanks at the end of numerical values.Michael Meskes2003-07-171-29/+10
* Fixed some bugs in Informix compat functions.Michael Meskes2003-07-173-7/+17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-177-31/+62
* Add defenses against trying to attach qual conditions to a setOperationTom Lane2003-07-164-7/+64
* Applied patch to fix two compatibility functions.Michael Meskes2003-07-161-2/+6
* Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane2003-07-151-3/+3
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-156-84/+53
* Avoid use of int64_t, which seems not to be very portable. SimplifyTom Lane2003-07-151-27/+21
* OSF supports pthreads, per Philip Yarra.Tom Lane2003-07-151-0/+3