summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's aHeikki Linnakangas2011-03-081-4/+10
* Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page thatHeikki Linnakangas2011-03-082-2/+30
* Added new version of ecpg's parser test script which was written by Andy Cols...Michael Meskes2011-03-081-76/+122
* Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas2011-03-083-52/+69
* Fix behavior when raising plpy.Fatal()Peter Eisentraut2011-03-071-2/+7
* Report Python errors from iterators with PLy_elogPeter Eisentraut2011-03-071-3/+1
* If recovery_target_timeline is set to 'latest' and standby mode is enabled,Heikki Linnakangas2011-03-071-3/+76
* Zero out vacuum_count and related counters in pgstat_recv_tabstat().Tom Lane2011-03-071-6/+11
* Begin error message with lower-case letter.Heikki Linnakangas2011-03-071-1/+1
* Silence compiler warning about undefined function when compiling withoutHeikki Linnakangas2011-03-071-0/+2
* Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane2011-03-062-21/+22
* Add missing "static" marker to internal_ping().Tom Lane2011-03-061-1/+1
* Dynamic array required within pg_stat_replication.Simon Riggs2011-03-071-1/+3
* Catversion increment for pg_stat_replication changes for syncrepSimon Riggs2011-03-061-1/+1
* Add new files for syncrep missed in previous commitSimon Riggs2011-03-062-0/+637
* Fix pg_dump's dump order for collations versus extensions.Tom Lane2011-03-061-28/+28
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-0618-20/+213
* Fix incorrect access to pg_index.indcollation.Tom Lane2011-03-061-2/+1
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-054-8/+8
* Add PL extension files to MSVC Install procedure.Andrew Dunstan2011-03-051-0/+19
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-054-12/+11
* Convert createlang/droplang to use CREATE/DROP EXTENSION.Tom Lane2011-03-052-157/+15
* Update of SQL feature conformancePeter Eisentraut2011-03-051-10/+10
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-0441-43/+399
* Refactor seclabel.c to use the new check_object_ownership function.Robert Haas2011-03-041-72/+18
* Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut2011-03-046-8/+28
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-0415-285/+364
* When creating a collation, check that the locales can be loadedPeter Eisentraut2011-03-043-1/+11
* In initialize_SSL, don't fail unnecessarily when home dir is unavailable.Tom Lane2011-03-041-23/+41
* You must hold a lock on the heap page when you callHeikki Linnakangas2011-03-042-5/+6
* Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.Andrew Dunstan2011-03-031-0/+10
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-036-742/+86
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-033-1/+28
* Added new version of ecpg's parser generator script. This one was written byMichael Meskes2011-03-034-5/+653
* Add tab-completion for table name after JOIN.Heikki Linnakangas2011-03-031-0/+4
* Mark operator implementation functions as such in their comments.Tom Lane2011-03-036-838/+1676
* Add collations to information_schema.usage_privilegesPeter Eisentraut2011-03-021-0/+21
* Fix plpython breakage detected on certain Fedora machines on buildfarm.Andrew Dunstan2011-03-011-0/+1
* Additional PL/Python regression test expected filePeter Eisentraut2011-03-012-6/+373
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-013-9/+27
* Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas2011-03-014-291/+148
* Dump the COLLATABLE attribute in CREATE TYPEPeter Eisentraut2011-03-011-1/+34
* Include the target table in EXPLAIN output for ModifyTable nodes.Tom Lane2011-03-011-3/+34
* Avoid excessive Hot Standby feedback messages.Robert Haas2011-03-011-1/+1
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-2810-217/+389
* Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan2011-02-281-1/+1
* Rename pg_stat_replication.apply_location to replay_location.Robert Haas2011-02-284-4/+4
* Fix regression tests after PL/Python custom SPI exceptions patchPeter Eisentraut2011-02-281-1/+1
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-2811-25/+294
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-277-7/+1273