Commit Graph

23265 Commits (d5eb52a511bda6a975cc59ec69dca1da38675bf4)
 

Author SHA1 Message Date
Tom Lane d5eb52a511 Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and 19 years ago
Teodor Sigaev febc10de2d Fix markup and license. 19 years ago
Teodor Sigaev 889ec4b998 Fix Intel compiler bug. Per discussion 19 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 19 years ago
Tom Lane af7d257e21 Remove contrib modules that have been migrated to pgfoundry: adddepend, 19 years ago
Michael Meskes a3242fb42c Lost some changes yet again 19 years ago
Michael Meskes c9970d5948 Started to cleanup complex tests. 19 years ago
Michael Meskes 276b3bb3e3 Synced parser. 19 years ago
Bruce Momjian 10964008c9 Remove GIN documentation 19 years ago
Bruce Momjian 786c3c0355 Fix imprecision from interval rounding of multiplication/division. 19 years ago
Bruce Momjian 548e2c0a01 Update Japanese FAQ. 19 years ago
Tom Lane 44839ac03e Fix information_schema.key_column_usage to show correct value of 19 years ago
Tom Lane 5a248cd2e4 Bring sslinfo Makefile up to speed for VPATH and pgxs builds. 19 years ago
Bruce Momjian 7d03215f31 Update setseed() documentation. 19 years ago
Bruce Momjian 3bc7ededac Update LDAP installation wording. 19 years ago
Bruce Momjian ed8969b187 Trivial patch to double vacuum speed on tables with no indexes (prevent 19 years ago
Bruce Momjian c66939c4aa Add MSVC build tools. 19 years ago
Tom Lane f8bbfad075 Disallow TRUNCATE when there are any pending after-trigger events for 19 years ago
Bruce Momjian 395c8166aa Sequences were not being shown due to the use of lowercase 's' instead 19 years ago
Bruce Momjian 19dd2fbf7e Add GIN documentation. 19 years ago
Bruce Momjian a65f7db3b5 Mention paremeterized queries do not work with partial indexes. 19 years ago
Bruce Momjian 497f49a736 Remove trailing slash use in ecpg regression script; caused failures on 19 years ago
Tom Lane ad004ce787 Change ILIKE to invoke lower() and then do plain LIKE comparison when 19 years ago
Peter Eisentraut 6dc920de59 sslinfo contrib module - information about current SSL certificate 19 years ago
Peter Eisentraut c8041474ee Add missing gettext calls for some SSL errors. 19 years ago
Bruce Momjian 70bc947dc9 Update Japanese readme for pgstattuple. 19 years ago
Tom Lane c9a6490991 Clean up some leftover problems in pgstattuple: remove unwanted and 19 years ago
Tom Lane 57bfb27e60 Fix interval input parser so that fractional weeks and months are 19 years ago
Tom Lane 091fe03775 Code review for UPDATE SET (columnlist) patch. Make it handle as much 19 years ago
Tom Lane 676d1b4e67 Remove duplicated index entry. 19 years ago
Tom Lane 4ae15f29f7 Fix broken markup. 19 years ago
Tom Lane 6ca09ad703 Suppress 'unused variable' warnings created by latest commit. 19 years ago
Tom Lane 7781916ab5 Fix non-improvement of description of archive_timeout. archive_command 19 years ago
Tom Lane 8fad2e3ff4 Arrange for GetSnapshotData to copy live-subtransaction XIDs from the 19 years ago
Bruce Momjian f79f57a0af Remove: 19 years ago
Michael Meskes 246bd83811 Synced parser. 19 years ago
Bruce Momjian fc51c9186a Properly round months into days and into seconds for interval 19 years ago
Bruce Momjian 5120f88c88 Reverted: 19 years ago
Bruce Momjian 0e20c48561 Revert FETCH/MOVE int64 patch. Was using incorrect checks for 19 years ago
Bruce Momjian d387a07050 Update predicate locking text. 19 years ago
Bruce Momjian 1d4abf2175 Fix case where "PM" to_timestamp() mask was eating too many characters. 19 years ago
Bruce Momjian 754c7d53a4 Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. 19 years ago
Bruce Momjian b0e5468448 Remove unnecessary copyObject() call in update (values) code. 19 years ago
Bruce Momjian 18f2e0351a Add: 19 years ago
Bruce Momjian e0938c3f5b Make autovacuum behavior more agressive, per discussion on hackers list 19 years ago
Bruce Momjian 946abc7c68 Update postgresql.conf line for default superuser_reserved_connections. 19 years ago
Bruce Momjian 1a84952670 Change "superuser_reserved_connections" default to 3, because of 19 years ago
Bruce Momjian 1f57aac024 Add URL for autovacuum default: 19 years ago
Bruce Momjian 0c4f2894f9 Use '' rather than \' for literal single quotes in strings in 19 years ago
Bruce Momjian 4b636e35a5 Wording improvements for archive_timeout. 19 years ago