aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-20
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Fix problems with column name list of CREATE TABLE AS being applied toTom Lane2006-09-18
* Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;Tom Lane2006-09-18
* Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane2006-09-17
* Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane2006-09-17
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane2006-09-15
* Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane2006-09-15
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-14
* Add a couple of information functions to support direct checks on whetherTom Lane2006-09-14
* Improve error message. Per discussionTeodor Sigaev2006-09-14
* Make logging of extended-protocol commands a bit more consistent, perTom Lane2006-09-13
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-13
* Remove unnecessary brace pair.Bruce Momjian2006-09-10
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-10
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-09
* Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane2006-09-08
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-08
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* 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