aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix a race condition that I introduced into sinvaladt.c during the recentTom Lane2008-07-18
* Suppress compiler warning, and not incidentally make the code moreTom Lane2008-07-18
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera2008-07-17
* Avoid crashing when a table is deleted while we're on the process of checkingAlvaro Herrera2008-07-17
* Add dump support for SortBy nodes. Needed this while debugging a reportedTom Lane2008-07-17
* Fix previous patch so that it actually works --- consider TRUNCATE foo, publi...Tom Lane2008-07-16
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-16
* Allow TRUNCATE foo, foo to succeed, per report from Nikhils.Bruce Momjian2008-07-16
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Add array_fill() to create arrays initialized with a value.Bruce Momjian2008-07-16
* Addendum: psql sequence value display patch was originally written byBruce Momjian2008-07-15
* Have psql \d show the value of sequence columns.Bruce Momjian2008-07-15
* Add comment about literal strings in our syntax not being translated inBruce Momjian2008-07-14
* Add column storage type to psql \d+ display.Bruce Momjian2008-07-14
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-14
* Clean up buildfarm failures arising from the seemingly straightforward pageTom Lane2008-07-14
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-14
* Change the PageGetContents() macro to guarantee its result is maxalign'd,Tom Lane2008-07-13
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* More replacements of binary compatible to binary coercible.Peter Eisentraut2008-07-12
* Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;Tom Lane2008-07-12
* Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane2008-07-12
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Allow binary-coercible types for cast function arguments and return types.Peter Eisentraut2008-07-11
* Make sure we only try to free snapshots that have been passed throughAlvaro Herrera2008-07-11
* Fix a few typos in comments in snapmgr.c, and sort header inclusionsNeil Conway2008-07-11
* Add unchangeable GUC "variables" segment_size, wal_block_size, andTom Lane2008-07-10
* Tighten up SS_finalize_plan's computation of valid_params to exclude Params ofTom Lane2008-07-10
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 toTom Lane2008-07-09
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-08
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-08
* Add comment for deadlock_timeout:Bruce Momjian2008-07-08
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-07
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-07
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-06
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-04
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-04
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-03
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-03
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-03
* Clean up weird whitespace. Separate patch to simplifiy the next change.Peter Eisentraut2008-07-03
* Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane2008-07-03
* Update source code comment about when to use gettext_noop().Bruce Momjian2008-07-03
* Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,Tom Lane2008-07-03
* Remove GUC extra_desc strings that are redundant with the enum value lists.Tom Lane2008-07-01
* Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas2008-07-01
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-01
* "debug" level was supposed to be hidden, since it's just an alias for debug2.Magnus Hagander2008-07-01