summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-311-2/+11
* 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-318-17/+54
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-3119-261/+643
* 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
* 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-2882-290/+5936
* 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-197-2142/+2161
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-1957-82/+6426
* 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
* 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-1822-403/+717
* 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
* 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
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-162-8/+14
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-153-32/+41
* 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
* Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane2008-12-151-10/+34
* Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander2008-12-153-50/+115
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-143-8/+46
* Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander2008-12-141-15/+41
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-135-15/+15
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-135-37/+15
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-135-14/+145
* Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera2008-12-125-12/+18
* Using clause has to accept signed numeric constants too.Michael Meskes2008-12-121-1/+5
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-111-3/+3
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-113-8/+5
* Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut2008-12-112-6/+4
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-1136-73/+108