summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-04Update LDAP installation wording.Bruce Momjian
2006-09-04Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian
2006-09-04Add MSVC build tools.Bruce Momjian
2006-09-04Disallow TRUNCATE when there are any pending after-trigger events forTom Lane
2006-09-04Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian
2006-09-04Add GIN documentation.Bruce Momjian
2006-09-04Mention paremeterized queries do not work with partial indexes.Bruce Momjian
2006-09-04Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian
2006-09-04Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane
2006-09-04sslinfo contrib module - information about current SSL certificatePeter Eisentraut
2006-09-04Add missing gettext calls for some SSL errors.Peter Eisentraut
2006-09-04Update Japanese readme for pgstattuple.Bruce Momjian
2006-09-04Clean up some leftover problems in pgstattuple: remove unwanted andTom Lane
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-09-03Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane
2006-09-03Remove duplicated index entry.Tom Lane
2006-09-03Fix broken markup.Tom Lane
2006-09-03Suppress 'unused variable' warnings created by latest commit.Tom Lane
2006-09-03Fix non-improvement of description of archive_timeout. archive_commandTom Lane
2006-09-03Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane
2006-09-03Remove:Bruce Momjian
2006-09-03Synced parser.Michael Meskes
2006-09-03Properly round months into days and into seconds for intervalBruce Momjian
2006-09-03Reverted:Bruce Momjian
2006-09-03Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian
2006-09-03Update predicate locking text.Bruce Momjian
2006-09-03Fix case where "PM" to_timestamp() mask was eating too many characters.Bruce Momjian
2006-09-03Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian
2006-09-03Remove unnecessary copyObject() call in update (values) code.Bruce Momjian
2006-09-02Add:Bruce Momjian
2006-09-02Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian
2006-09-02Update postgresql.conf line for default superuser_reserved_connections.Bruce Momjian
2006-09-02Change "superuser_reserved_connections" default to 3, because ofBruce Momjian
2006-09-02Add URL for autovacuum default:Bruce Momjian
2006-09-02Use '' rather than \' for literal single quotes in strings inBruce Momjian
2006-09-02Wording improvements for archive_timeout.Bruce Momjian
2006-09-02Added async query capability. Original patch byJoe Conway
2006-09-02Small code cleanup for recent UPDATE SET (values) patch.Bruce Momjian
2006-09-02Add UPDATE tab SET ROW (col, ...) = (val, ...) for updatingBruce Momjian
2006-09-02Update:Bruce Momjian
2006-09-02Change FETCH/MOVE to use int8.Bruce Momjian
2006-09-02Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian
2006-09-02Remove GUC_REPORT for new "server_version_num" GUC variable. AddedBruce Momjian
2006-09-02Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane
2006-09-02Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian
2006-09-02Add new variable "server_version_num", which is almost the same asBruce Momjian
2006-09-02Update wording:Bruce Momjian
2006-09-02Allow PL/python to return composite types and result setsBruce Momjian
2006-09-02Done:Bruce Momjian
2006-09-02Suppress some NOTICE messages from REINDEX command.Bruce Momjian