summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-161-3/+3
* Fix object identities for text search objectsAlvaro Herrera2014-04-161-16/+29
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-162-2/+2
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-161-0/+71
* Try to fix spurious DSM failures on Windows.Robert Haas2014-04-161-10/+18
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-165-12/+12
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-161-2/+2
* Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas2014-04-143-31/+61
* Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane2014-04-141-5/+13
* Remove dead checks for invalid left page in ginDeletePage.Heikki Linnakangas2014-04-141-24/+12
* GIN entry pages follow the standard page layout - tell XLogInsert.Heikki Linnakangas2014-04-141-2/+2
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-133-32/+125
* Make a dedicated AlterTblSpcStmt productionStephen Frost2014-04-131-115/+124
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-131-4/+105
* Make security barrier views automatically updatableStephen Frost2014-04-1212-44/+602
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-123-76/+438
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-126-129/+903
* Fix bugs in GIN "fast scan" with partial match.Heikki Linnakangas2014-04-101-23/+32
* C comment: track_activity_query_size doesn't support memory unitsBruce Momjian2014-04-101-0/+1
* Fix typo in comment.Heikki Linnakangas2014-04-101-1/+1
* Fix a few more misc typos in comments.Heikki Linnakangas2014-04-101-6/+6
* Fix misc typos in comments.Heikki Linnakangas2014-04-092-8/+8
* Add missing include.Robert Haas2014-04-091-0/+1
* Fix silly oversight in patch to remove dsm state file.Robert Haas2014-04-081-1/+1
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-084-55/+886
* Get rid of the dynamic shared memory state file.Robert Haas2014-04-084-164/+60
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-084-11/+138
* Fix hot standby bug with GiST scans.Heikki Linnakangas2014-04-081-1/+0
* Zero padding byte at end of GIN posting list.Heikki Linnakangas2014-04-071-0/+13
* Remove 'make clean' support for ipc_test.Robert Haas2014-04-071-1/+1
* Assert that strong-lock count is >0 everywhere it's decremented.Robert Haas2014-04-071-0/+2
* Remove ipc_test.Robert Haas2014-04-072-338/+0
* Fix WAL replay bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-071-3/+10
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-067-99/+255
* Block signals earlier during postmaster startup.Tom Lane2014-04-051-30/+30
* Fix another palloc in critical section.Heikki Linnakangas2014-04-051-15/+20
* Fix processing of PGC_BACKEND GUC parameters on Windows.Tom Lane2014-04-051-0/+20
* Fix tablespace creation WAL replay to work on Windows.Tom Lane2014-04-041-8/+25
* Allow "-C variable" and "--describe-config" even to root users.Tom Lane2014-04-041-3/+23
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-041-71/+0
* Fix bogus time printout in walreceiver's debug log messages.Tom Lane2014-04-041-2/+12
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-041-1/+1
* Move multixid allocation out of critical section.Heikki Linnakangas2014-04-041-15/+15
* In checkpoint, move the check for in-progress xacts out of critical section.Heikki Linnakangas2014-04-041-36/+36
* Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas2014-04-041-0/+24
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-044-57/+49
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-033-23/+36
* Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.Tom Lane2014-04-032-23/+23
* Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas2014-04-033-9/+23
* Fix assorted issues in client host name lookup.Tom Lane2014-04-023-22/+59