| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1037 | -2061/+2061 |
* | Fix an oversight in my patch of a couple weeks ago that ensured a snapshot | Tom Lane | 2009-01-01 | 1 | -6/+12 |
* | Throw error if a <window definition> references a window that already has a | Tom Lane | 2008-12-31 | 3 | -14/+29 |
* | Fix another problem in SQL-MED \d displays: should have a clean failure | Tom Lane | 2008-12-31 | 1 | -1/+22 |
* | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane | 2008-12-31 | 2 | -65/+92 |
* | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 | 9 | -18/+70 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 | 24 | -307/+757 |
* | Reduce the last group of parallel regression tests to 19 tests, per failure | Tom Lane | 2008-12-30 | 2 | -7/+9 |
* | The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. | Heikki Linnakangas | 2008-12-30 | 1 | -2/+2 |
* | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled | Tom Lane | 2008-12-30 | 1 | -1/+3 |
* | Fix thinko in documentation of default window frame behavior, | Tom Lane | 2008-12-29 | 1 | -2/+2 |
* | Finally the last test. | Michael Meskes | 2008-12-29 | 1 | -3/+3 |
* | First rounf of whitespace changes. Everything but connect-test1 should be fine. | Michael Meskes | 2008-12-29 | 74 | -887/+888 |
* | Tighten up a couple of regression test cases that can have platform-dependent | Tom Lane | 2008-12-29 | 2 | -7/+8 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 92 | -317/+6716 |
* | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 3 | -27/+65 |
* | Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been | Tom Lane | 2008-12-26 | 1 | -45/+0 |
* | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 | 2 | -6/+6 |
* | Teach MSVC build system about building foreign data wrappers. | Magnus Hagander | 2008-12-20 | 1 | -1/+10 |
* | Add missing semicolon, per buildfarm results. Martin Pihlak | Tom Lane | 2008-12-20 | 1 | -2/+2 |
* | Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, | Tom Lane | 2008-12-20 | 1 | -17/+32 |
* | Don't use OidIsValid to check the return value of transformGenericOptions, | Heikki Linnakangas | 2008-12-20 | 1 | -10/+10 |
* | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane | 2008-12-19 | 8 | -2143/+2169 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 76 | -123/+8450 |
* | Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's | Alvaro Herrera | 2008-12-19 | 1 | -3/+22 |
* | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane | 2008-12-19 | 2 | -5/+13 |
* | Add a couple of cross-references to the docs about enum types, per a | Tom Lane | 2008-12-19 | 1 | -1/+12 |
* | Add "not" to wal journaling text. | Bruce Momjian | 2008-12-18 | 1 | -2/+2 |
* | Clarify documentation that journaling is not required for WAL or data files. | Bruce Momjian | 2008-12-18 | 1 | -3/+3 |
* | Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle | Tom Lane | 2008-12-18 | 1 | -18/+18 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 27 | -439/+797 |
* | Update documentation table describing how shared memory is used by | Bruce Momjian | 2008-12-18 | 1 | -25/+19 |
* | Add note that TRUNCATE uses an access exclusive lock. This apparently | Peter Eisentraut | 2008-12-18 | 1 | -1/+8 |
* | Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to | Michael Meskes | 2008-12-17 | 3 | -47/+36 |
* | Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were | Heikki Linnakangas | 2008-12-17 | 7 | -61/+94 |
* | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 | 5 | -37/+79 |
* | Add note to the shared memory sizing table about needing to use page count in | Alvaro Herrera | 2008-12-16 | 1 | -1/+11 |
* | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 | 1 | -1/+2 |
* | Attempt to fix MSVC breakage from Major Version patch. | Andrew Dunstan | 2008-12-16 | 1 | -1/+2 |
* | Fix wording of section comparing triggers and rules; old wording as | Bruce Momjian | 2008-12-16 | 1 | -8/+4 |
* | Department of second thoughts: further experimentation with CREATE OR REPLACE | Tom Lane | 2008-12-16 | 2 | -8/+14 |
* | Improve comment about why sleep is used by pg_standby to handle 'copy' | Bruce Momjian | 2008-12-15 | 1 | -7/+6 |
* | Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior. | Bruce Momjian | 2008-12-15 | 1 | -2/+11 |
* | Add comment about GNUWin32's cp not having the file system problem. | Bruce Momjian | 2008-12-15 | 1 | -2/+3 |
* | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane | 2008-12-15 | 4 | -38/+48 |
* | Add missing 'break' in Win32 switch statement, reported by Martin Zaun | Bruce Momjian | 2008-12-15 | 1 | -1/+2 |
* | Fix cast-away-const problem as well as bogus calculation of required buffer s... | Tom Lane | 2008-12-15 | 1 | -11/+16 |
* | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 | 3 | -8/+148 |
* | Do not try to change a const variable. | Michael Meskes | 2008-12-15 | 2 | -32/+33 |
* | Reduce the scaling factor for attstattarget to number-of-lexemes from 100 | Tom Lane | 2008-12-15 | 1 | -4/+4 |