summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011037-2061/+2061
* Fix an oversight in my patch of a couple weeks ago that ensured a snapshotTom Lane2009-01-011-6/+12
* Throw error if a <window definition> references a window that already has aTom Lane2008-12-313-14/+29
* Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane2008-12-311-1/+22
* Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane2008-12-312-65/+92
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-319-18/+70
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-3124-307/+757
* Reduce the last group of parallel regression tests to 19 tests, per failureTom Lane2008-12-302-7/+9
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-301-2/+2
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-301-1/+3
* Fix thinko in documentation of default window frame behavior,Tom Lane2008-12-291-2/+2
* Finally the last test.Michael Meskes2008-12-291-3/+3
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-2974-887/+888
* Tighten up a couple of regression test cases that can have platform-dependentTom Lane2008-12-292-7/+8
* Support window functions a la SQL:2008.Tom Lane2008-12-2892-317/+6716
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-273-27/+65
* Remove unused include file, per ITAGAKI Takahiro. AFAICT this has beenTom Lane2008-12-261-45/+0
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-242-6/+6
* Teach MSVC build system about building foreign data wrappers.Magnus Hagander2008-12-201-1/+10
* Add missing semicolon, per buildfarm results. Martin PihlakTom Lane2008-12-201-2/+2
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-201-17/+32
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-201-10/+10
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-198-2143/+2169
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-1976-123/+8450
* Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera2008-12-191-3/+22
* When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane2008-12-192-5/+13
* Add a couple of cross-references to the docs about enum types, per aTom Lane2008-12-191-1/+12
* Add "not" to wal journaling text.Bruce Momjian2008-12-181-2/+2
* Clarify documentation that journaling is not required for WAL or data files.Bruce Momjian2008-12-181-3/+3
* Fix oversight in my recent patch to allow ExecMakeFunctionResult to handleTom Lane2008-12-181-18/+18
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-1827-439/+797
* Update documentation table describing how shared memory is used byBruce Momjian2008-12-181-25/+19
* Add note that TRUNCATE uses an access exclusive lock. This apparentlyPeter Eisentraut2008-12-181-1/+8
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes2008-12-173-47/+36
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-177-61/+94
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-175-37/+79
* Add note to the shared memory sizing table about needing to use page count inAlvaro Herrera2008-12-161-1/+11
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-161-1/+2
* Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan2008-12-161-1/+2
* Fix wording of section comparing triggers and rules; old wording asBruce Momjian2008-12-161-8/+4
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-162-8/+14
* Improve comment about why sleep is used by pg_standby to handle 'copy'Bruce Momjian2008-12-151-7/+6
* Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior.Bruce Momjian2008-12-151-2/+11
* Add comment about GNUWin32's cp not having the file system problem.Bruce Momjian2008-12-151-2/+3
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-154-38/+48
* Add missing 'break' in Win32 switch statement, reported by Martin ZaunBruce Momjian2008-12-151-1/+2
* Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane2008-12-151-11/+16
* Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane2008-12-153-8/+148
* Do not try to change a const variable.Michael Meskes2008-12-152-32/+33
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-151-4/+4