aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane2006-09-05
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-05
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-04
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-04
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-04
* Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian2006-09-04
* Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane2006-09-04
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-04
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-04
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-03
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-03
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Fix case where "PM" to_timestamp() mask was eating too many characters.Bruce Momjian2006-09-03
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-03
* Remove unnecessary copyObject() call in update (values) code.Bruce Momjian2006-09-03
* Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian2006-09-02
* Update postgresql.conf line for default superuser_reserved_connections.Bruce Momjian2006-09-02
* Change "superuser_reserved_connections" default to 3, because ofBruce Momjian2006-09-02
* Small code cleanup for recent UPDATE SET (values) patch.Bruce Momjian2006-09-02
* Add UPDATE tab SET ROW (col, ...) = (val, ...) for updatingBruce Momjian2006-09-02
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Remove GUC_REPORT for new "server_version_num" GUC variable. AddedBruce Momjian2006-09-02
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-02
* Add new variable "server_version_num", which is almost the same asBruce Momjian2006-09-02
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-31
* Repair interpretation of GB as MB.Peter Eisentraut2006-08-31
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-31
* Correct attibution:Bruce Momjian2006-08-31
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Update logging of prepare/execute syntax, per comments from Guillaume Smet.Bruce Momjian2006-08-30
* Separate prepared statement and bind parameters with comma.Bruce Momjian2006-08-29
* Fix mistypingTeodor Sigaev2006-08-29
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-29
* Revert change to turn autovacuum on by default.Peter Eisentraut2006-08-29
* Only call log_after_parse() if necessary.Bruce Momjian2006-08-29
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Fix pgstat_report_waiting() to not dump core if called beforeTom Lane2006-08-28
* Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlistTom Lane2006-08-28
* Turn autovacuum on by default. (stats_row_level is also on by default.)Peter Eisentraut2006-08-28
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Add some notes about why it's not a bug that RI_FKey_check callsTom Lane2006-08-27
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-27
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Add some debug logging code to AllocateFile's failure path to log theTom Lane2006-08-24