summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-062-0/+101
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-0514-120/+90
* Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane2006-09-051-2/+2
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-051-2/+17
* Lost some changes yet againMichael Meskes2006-09-053-6/+8
* Started to cleanup complex tests.Michael Meskes2006-09-0525-349/+830
* Synced parser.Michael Meskes2006-09-054-71/+62
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-052-26/+40
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-041-5/+12
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-041-12/+33
* Add MSVC build tools.Bruce Momjian2006-09-048-0/+1048
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-043-4/+79
* Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian2006-09-041-3/+10
* Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian2006-09-041-2/+2
* Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane2006-09-041-63/+100
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-041-2/+2
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-042-7/+7
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-044-30/+72
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-033-134/+171
* Suppress 'unused variable' warnings created by latest commit.Tom Lane2006-09-031-1/+3
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-034-83/+183
* Synced parser.Michael Meskes2006-09-0310-24/+305
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-032-36/+44
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-0310-115/+51
* Fix case where "PM" to_timestamp() mask was eating too many characters.Bruce Momjian2006-09-031-5/+5
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-032-3/+10
* Remove unnecessary copyObject() call in update (values) code.Bruce Momjian2006-09-031-2/+2
* Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian2006-09-022-9/+9
* Update postgresql.conf line for default superuser_reserved_connections.Bruce Momjian2006-09-021-1/+1
* Change "superuser_reserved_connections" default to 3, because ofBruce Momjian2006-09-021-2/+2
* Small code cleanup for recent UPDATE SET (values) patch.Bruce Momjian2006-09-021-18/+9
* Add UPDATE tab SET ROW (col, ...) = (val, ...) for updatingBruce Momjian2006-09-021-4/+74
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-0210-52/+109
* Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian2006-09-021-8/+1
* Remove GUC_REPORT for new "server_version_num" GUC variable. AddedBruce Momjian2006-09-021-2/+2
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-024-72/+436
* Add new variable "server_version_num", which is almost the same asBruce Momjian2006-09-022-4/+16
* Allow PL/python to return composite types and result setsBruce Momjian2006-09-027-82/+1072
* Suppress some NOTICE messages from REINDEX command.Bruce Momjian2006-09-021-1/+8
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-6/+6
* Repair interpretation of GB as MB.Peter Eisentraut2006-08-311-2/+2
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-311-2/+2
* Correct attibution:Bruce Momjian2006-08-311-2/+2
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-3014-306/+816
* Update logging of prepare/execute syntax, per comments from Guillaume Smet.Bruce Momjian2006-08-301-5/+5
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-302-5/+35
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-291-4/+13
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-295-483/+831
* Separate prepared statement and bind parameters with comma.Bruce Momjian2006-08-291-9/+15
* Fix mistypingTeodor Sigaev2006-08-291-2/+2