aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas2008-12-30
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-30
* Fix thinko in documentation of default window frame behavior,Tom Lane2008-12-29
* Finally the last test.Michael Meskes2008-12-29
* First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes2008-12-29
* Tighten up a couple of regression test cases that can have platform-dependentTom Lane2008-12-29
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane2008-12-27
* Remove unused include file, per ITAGAKI Takahiro. AFAICT this has beenTom Lane2008-12-26
* Change the name of dtrace wal tracepoints:Bruce Momjian2008-12-24
* Teach MSVC build system about building foreign data wrappers.Magnus Hagander2008-12-20
* Add missing semicolon, per buildfarm results. Martin PihlakTom Lane2008-12-20
* Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane2008-12-20
* Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas2008-12-20
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-19
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera2008-12-19
* When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane2008-12-19
* Add a couple of cross-references to the docs about enum types, per aTom Lane2008-12-19
* Add "not" to wal journaling text.Bruce Momjian2008-12-18
* Clarify documentation that journaling is not required for WAL or data files.Bruce Momjian2008-12-18
* Fix oversight in my recent patch to allow ExecMakeFunctionResult to handleTom Lane2008-12-18
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Update documentation table describing how shared memory is used byBruce Momjian2008-12-18
* Add note that TRUNCATE uses an access exclusive lock. This apparentlyPeter Eisentraut2008-12-18
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes2008-12-17
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* The attached patch contains a couple of fixes in the existing probes andBruce Momjian2008-12-17
* Add note to the shared memory sizing table about needing to use page count inAlvaro Herrera2008-12-16
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-16
* Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan2008-12-16
* Fix wording of section comparing triggers and rules; old wording asBruce Momjian2008-12-16
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-16
* Improve comment about why sleep is used by pg_standby to handle 'copy'Bruce Momjian2008-12-15
* Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior.Bruce Momjian2008-12-15
* Add comment about GNUWin32's cp not having the file system problem.Bruce Momjian2008-12-15
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-15
* Add missing 'break' in Win32 switch statement, reported by Martin ZaunBruce Momjian2008-12-15
* Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane2008-12-15
* Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane2008-12-15
* Do not try to change a const variable.Michael Meskes2008-12-15
* Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane2008-12-15
* Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane2008-12-15
* Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander2008-12-15
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-14
* Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander2008-12-14
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-13
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera2008-12-12