Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Tom Lane bf6b92d6e0 Fix pg_dump for recent change removing separate RULE privilege. 19 years ago
Tom Lane d09e79deb9 Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE 19 years ago
Tom Lane b59d31c215 Tweak the behavior of log_duration as proposed by Guillaume Smet: rather 19 years ago
Michael Meskes 0b33c56297 Not all C compilers understand the "//" comment in this test case, so I removed it. 19 years ago
Michael Meskes 460f46816a Replaced complex tests with small ones. 19 years ago
Michael Meskes 52a013bea8 More logic from complex/test* moved to their own testcases. 19 years ago
Tom Lane 893632be4e Clean up logging for extended-query-protocol operations, as per my recent 19 years ago
Bruce Momjian b6eab50ce4 Update pgcvslog comments. 19 years ago
Bruce Momjian a0e87ad7a5 Specify lo_write() to take a _const_ buffer, to match documentation. 19 years ago
Michael Meskes 803d9c39dd Changing a test case also changes the output that is expected. 19 years ago
Michael Meskes 1d1868d97e Removed one output because integer/double usage differ 19 years ago
Bruce Momjian 8dc8f44f58 Update Emacs/vim editor info. 19 years ago
Tom Lane 5983a1aaa9 Change processing of extended-Query mode so that an unnamed statement 19 years ago
Bruce Momjian 6ca4ea8a80 Add interval division/multiplication regression tests. 19 years ago
Tom Lane 7bae5a289c Get rid of the separate RULE privilege for tables: now only a table's owner 19 years ago
Tom Lane d5eb52a511 Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and 19 years ago
Teodor Sigaev 889ec4b998 Fix Intel compiler bug. Per discussion 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 786c3c0355 Fix imprecision from interval rounding of multiplication/division. 19 years ago
Tom Lane 44839ac03e Fix information_schema.key_column_usage to show correct value of 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 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
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 6ca09ad703 Suppress 'unused variable' warnings created by latest commit. 19 years ago
Tom Lane 8fad2e3ff4 Arrange for GetSnapshotData to copy live-subtransaction XIDs from the 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 0e20c48561 Revert FETCH/MOVE int64 patch. Was using incorrect checks for 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 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 1cc9299a7a Small code cleanup for recent UPDATE SET (values) patch. 19 years ago
Bruce Momjian 6e8596a146 Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating 19 years ago
Bruce Momjian 6c785d599d Change FETCH/MOVE to use int8. 19 years ago
Bruce Momjian 87eb130ad8 Revert as not needed/inconsistent with SQL REINDEX: 19 years ago
Bruce Momjian e35ea516a4 Remove GUC_REPORT for new "server_version_num" GUC variable. Added 19 years ago
Tom Lane 917bbebf7f Apply a simple solution to the problem of making INSERT/UPDATE/DELETE 19 years ago
Bruce Momjian 04912899e7 Add new variable "server_version_num", which is almost the same as 19 years ago