aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make a dedicated AlterTblSpcStmt productionStephen Frost2014-04-13
* Add ANALYZE into regression testsStephen Frost2014-04-13
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-13
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-12
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* docs: psql '--' comments are not passed to the serverBruce Momjian2014-04-10
* Fix bugs in GIN "fast scan" with partial match.Heikki Linnakangas2014-04-10
* The new pointer_to_struct test needs a special command line parameter to ecpg.Michael Meskes2014-04-10
* C comment: track_activity_query_size doesn't support memory unitsBruce Momjian2014-04-10
* Fix typo in comment.Heikki Linnakangas2014-04-10
* Fix a few more misc typos in comments.Heikki Linnakangas2014-04-10
* docs: add link to pg_start_backup() from pg_basebackup --checkpointBruce Momjian2014-04-09
* Fix misc typos in comments.Heikki Linnakangas2014-04-09
* Add missing include.Robert Haas2014-04-09
* Several fixes to array handling in ecpg.Michael Meskes2014-04-09
* Fix silly oversight in patch to remove dsm state file.Robert Haas2014-04-08
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* doc: Fix typo.Robert Haas2014-04-08
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-08
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Fix hot standby bug with GiST scans.Heikki Linnakangas2014-04-08
* Zero padding byte at end of GIN posting list.Heikki Linnakangas2014-04-07
* Remove 'make clean' support for ipc_test.Robert Haas2014-04-07
* Assert that strong-lock count is >0 everywhere it's decremented.Robert Haas2014-04-07
* Remove ipc_test.Robert Haas2014-04-07
* Fix WAL replay bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-07
* Extra warnings and errors for PL/pgSQLSimon Riggs2014-04-06
* Isolation test files for ALTER TABLE patchSimon Riggs2014-04-06
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Improve contrib/pg_trgm's heuristics for regexp index searches.Tom Lane2014-04-05
* Block signals earlier during postmaster startup.Tom Lane2014-04-05
* Fix another palloc in critical section.Heikki Linnakangas2014-04-05
* Fix processing of PGC_BACKEND GUC parameters on Windows.Tom Lane2014-04-05
* ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.Tom Lane2014-04-05
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-04
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-04
* Preserve errno across free().Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Fix bogus time printout in walreceiver's debug log messages.Tom Lane2014-04-04
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* Move multixid allocation out of critical section.Heikki Linnakangas2014-04-04
* In checkpoint, move the check for in-progress xacts out of critical section.Heikki Linnakangas2014-04-04
* Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas2014-04-04
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.Tom Lane2014-04-03
* Fix documentation about joining pg_locks to other views.Tom Lane2014-04-03
* Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free.Tom Lane2014-04-03
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-03