summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-31Throw error if a <window definition> references a window that already has aTom Lane
2008-12-31Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane
2008-12-31Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane
2008-12-31Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane
2008-12-31Add some basic support for window frame clauses to the window-functionsTom Lane
2008-12-30Reduce the last group of parallel regression tests to 19 tests, per failureTom Lane
2008-12-30The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE.Heikki Linnakangas
2008-12-30Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane
2008-12-29Finally the last test.Michael Meskes
2008-12-29First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes
2008-12-29Tighten up a couple of regression test cases that can have platform-dependentTom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-12-27Make a couple of small changes to the tuplestore API, for the benefit of theTom Lane
2008-12-26Remove unused include file, per ITAGAKI Takahiro. AFAICT this has beenTom Lane
2008-12-24Change the name of dtrace wal tracepoints:Bruce Momjian
2008-12-20Teach MSVC build system about building foreign data wrappers.Magnus Hagander
2008-12-20Add missing semicolon, per buildfarm results. Martin PihlakTom Lane
2008-12-20Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,Tom Lane
2008-12-20Don't use OidIsValid to check the return value of transformGenericOptions,Heikki Linnakangas
2008-12-19Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-19Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera
2008-12-19When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane
2008-12-18Fix oversight in my recent patch to allow ExecMakeFunctionResult to handleTom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-17Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes
2008-12-17Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas
2008-12-17The attached patch contains a couple of fixes in the existing probes andBruce Momjian
2008-12-16Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane
2008-12-16Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan
2008-12-16Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane
2008-12-15Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane
2008-12-15Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane
2008-12-15Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane
2008-12-15Do not try to change a const variable.Michael Meskes
2008-12-15Reduce the scaling factor for attstattarget to number-of-lexemes from 100Tom Lane
2008-12-15Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane
2008-12-15Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander
2008-12-14Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane
2008-12-14Replace both send and receive BIO routines in the SSL code with our own,Magnus Hagander
2008-12-13Increase the default value of default_statistics_target from 10 to 100,Tom Lane
2008-12-13Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane
2008-12-13Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane
2008-12-12Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera
2008-12-12Using clause has to accept signed numeric constants too.Michael Meskes
2008-12-11To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane
2008-12-11The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut
2008-12-11Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-10Tweak the tree descent loop in fsm_search_avail to not look at theTom Lane