aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Silence compiler warnings about incompatible function pointer types.Tom Lane2006-09-05
* Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane2006-09-05
* 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 markup and license.Teodor Sigaev2006-09-05
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05
* Add hstore contrib module.Teodor Sigaev2006-09-05
* Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane2006-09-05
* Lost some changes yet againMichael Meskes2006-09-05
* Started to cleanup complex tests.Michael Meskes2006-09-05
* Synced parser.Michael Meskes2006-09-05
* Remove GIN documentationBruce Momjian2006-09-05
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-05
* Update Japanese FAQ.Bruce Momjian2006-09-05
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-04
* Bring sslinfo Makefile up to speed for VPATH and pgxs builds.Tom Lane2006-09-04
* Update setseed() documentation.Bruce Momjian2006-09-04
* Update LDAP installation wording.Bruce Momjian2006-09-04
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-04
* Add MSVC build tools.Bruce 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
* Add GIN documentation.Bruce Momjian2006-09-04
* Mention paremeterized queries do not work with partial indexes.Bruce Momjian2006-09-04
* Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian2006-09-04
* Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane2006-09-04
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-04
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-04
* Update Japanese readme for pgstattuple.Bruce Momjian2006-09-04
* Clean up some leftover problems in pgstattuple: remove unwanted andTom Lane2006-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
* Remove duplicated index entry.Tom Lane2006-09-03
* Fix broken markup.Tom Lane2006-09-03
* Suppress 'unused variable' warnings created by latest commit.Tom Lane2006-09-03
* Fix non-improvement of description of archive_timeout. archive_commandTom Lane2006-09-03
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Remove:Bruce Momjian2006-09-03
* Synced parser.Michael Meskes2006-09-03
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-03
* Reverted:Bruce Momjian2006-09-03
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Update predicate locking text.Bruce 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
* Add:Bruce Momjian2006-09-02
* 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