Commit Graph

27732 Commits (87081b2d35057c4919a8a05a7c52fe87845874d5)
 

Author SHA1 Message Date
Tom Lane 87081b2d35 Fix an oversight in my patch of a couple weeks ago that ensured a snapshot 17 years ago
Tom Lane df0ea5a1cd Throw error if a <window definition> references a window that already has a 17 years ago
Tom Lane eb273743ed Fix another problem in SQL-MED \d displays: should have a clean failure 17 years ago
Tom Lane 6672daace1 Consistently use multi-line formatting for all ACL columns printed by psql's 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Tom Lane 8e8854daa2 Add some basic support for window frame clauses to the window-functions 17 years ago
Tom Lane 0fb9be7acf Reduce the last group of parallel regression tests to 19 tests, per failure 17 years ago
Heikki Linnakangas 4942ea2870 The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. 17 years ago
Tom Lane 1b1b0ac8d0 Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled 17 years ago
Tom Lane 2c38b8c715 Fix thinko in documentation of default window frame behavior, 17 years ago
Michael Meskes bdfde2b390 Finally the last test. 17 years ago
Michael Meskes 3c82099c82 First rounf of whitespace changes. Everything but connect-test1 should be fine. 17 years ago
Tom Lane 2f806e540f Tighten up a couple of regression test cases that can have platform-dependent 17 years ago
Tom Lane 95b07bc7f5 Support window functions a la SQL:2008. 17 years ago
Tom Lane 38e9348282 Make a couple of small changes to the tuplestore API, for the benefit of the 17 years ago
Tom Lane c8b69ed6a8 Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been 17 years ago
Bruce Momjian 4ee79fd20d Change the name of dtrace wal tracepoints: 17 years ago
Magnus Hagander 4fc6e2fdcf Teach MSVC build system about building foreign data wrappers. 17 years ago
Tom Lane 6d79871883 Add missing semicolon, per buildfarm results. Martin Pihlak 17 years ago
Tom Lane a1212d09a1 Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, 17 years ago
Heikki Linnakangas cef8efc62d Don't use OidIsValid to check the return value of transformGenericOptions, 17 years ago
Tom Lane ea7d5199e5 Add a new column proiswindow to pg_proc. It doesn't actually do anything 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Alvaro Herrera 1eec10a2de Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's 17 years ago
Tom Lane adac22bf8a When we added the ability to have zero-element ARRAY[] constructs by adding an 17 years ago
Tom Lane e32014d85d Add a couple of cross-references to the docs about enum types, per a 17 years ago
Bruce Momjian 382af3a954 Add "not" to wal journaling text. 17 years ago
Bruce Momjian fa6116a3da Clarify documentation that journaling is not required for WAL or data files. 17 years ago
Tom Lane 4ac592be6c Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Bruce Momjian cee63eab8d Update documentation table describing how shared memory is used by 17 years ago
Peter Eisentraut a666d28543 Add note that TRUNCATE uses an access exclusive lock. This apparently 17 years ago
Michael Meskes e05c5a908b Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to 17 years ago
Heikki Linnakangas dcf8409985 Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were 17 years ago
Bruce Momjian 5a90bc1fbe The attached patch contains a couple of fixes in the existing probes and 17 years ago
Alvaro Herrera 5434e46986 Add note to the shared memory sizing table about needing to use page count in 17 years ago
Tom Lane fc3297d828 Make heap_update() set newtup->t_tableOid correctly, for consistency with 17 years ago
Andrew Dunstan 04ecc64310 Attempt to fix MSVC breakage from Major Version patch. 17 years ago
Bruce Momjian 7ac5727659 Fix wording of section comparing triggers and rules; old wording as 17 years ago
Tom Lane 794ec7b063 Department of second thoughts: further experimentation with CREATE OR REPLACE 17 years ago
Bruce Momjian 1b92aeb93e Improve comment about why sleep is used by pg_standby to handle 'copy' 17 years ago
Bruce Momjian 30c6202a2a Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior. 17 years ago
Bruce Momjian eb88e7ee2c Add comment about GNUWin32's cp not having the file system problem. 17 years ago
Tom Lane 4da65a23e7 Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to 17 years ago
Bruce Momjian 78b25fd2e9 Add missing 'break' in Win32 switch statement, reported by Martin Zaun 17 years ago
Tom Lane d1c24460bf Fix cast-away-const problem as well as bogus calculation of required buffer size. 17 years ago
Tom Lane 66bb74dbe8 Arrange for the pg_foo_is_visible and has_foo_privilege families of functions 17 years ago
Michael Meskes 3f7e1e4b91 Do not try to change a const variable. 17 years ago
Tom Lane 301194f8ea Reduce the scaling factor for attstattarget to number-of-lexemes from 100 17 years ago
Tom Lane b4d64a6d48 Remove our dependencies on MB_CUR_MAX in favor of believing that 17 years ago