summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small update on suggested startup file locationsPeter Eisentraut2011-07-141-2/+3
* Remove README.mb.big5 and README.mb.jpPeter Eisentraut2011-07-142-1140/+0
* Update some comments to clarify who does what in targetlist creation.Tom Lane2011-07-131-13/+17
* Implement information schema interval_type columnsPeter Eisentraut2011-07-132-7/+51
* Use clearer woring for pg_locks columns, identifying which items areBruce Momjian2011-07-131-12/+13
* Blind attempt at fixing isolation_tester on Win32Alvaro Herrera2011-07-131-0/+1
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-1218-78/+119
* Add support for blocked commands in isolationtesterAlvaro Herrera2011-07-129-30/+524
* perltidy run over msvc build systemMagnus Hagander2011-07-125-87/+90
* Make pg_upgrade output more consistent with project stylePeter Eisentraut2011-07-1214-176/+155
* Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian2011-07-111-1/+2
* Fix and clarify information schema interval_precision fieldsPeter Eisentraut2011-07-112-19/+34
* Improve wording of documentation on default privileges.Andrew Dunstan2011-07-111-9/+10
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-0826-195/+337
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-084-11/+20
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-0816-141/+322
* Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas2011-07-081-2/+2
* Add item about Clang support to 9.1 release notesPeter Eisentraut2011-07-081-0/+7
* Message style improvementsPeter Eisentraut2011-07-086-14/+14
* Update examples for string-related functions.Tom Lane2011-07-071-9/+17
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-07-071-1/+28
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-081-2/+3
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-072-20/+30
* Fix use of unportable %m formatPeter Eisentraut2011-07-071-1/+1
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-074-72/+103
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-071-1/+7
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-074-32/+24
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-074-8/+40
* Fix comments over eagerly c&p'd.Andrew Dunstan2011-07-072-2/+2
* Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan2011-07-064-92/+134
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-064-181/+145
* Add \ir command to psql.Robert Haas2011-07-069-12/+68
* Attempt to standardize formatting of psql queries.Robert Haas2011-07-061-24/+24
* Make the file_fdw validator check that a filename option has been provided.Tom Lane2011-07-053-3/+18
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-051-2/+12
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-057-22/+22
* Restructure foreign data wrapper chapter so it has more than one section.Tom Lane2011-07-051-38/+45
* Postgres -> PostgreSQL in error messagePeter Eisentraut2011-07-051-2/+2
* Improve documentation about foreign data wrapper validator functions.Tom Lane2011-07-051-5/+11
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-051-1/+2
* Fix typo in sslmode documentationMagnus Hagander2011-07-051-1/+1
* Message style tweaksPeter Eisentraut2011-07-059-17/+18
* Small documentation tweaksPeter Eisentraut2011-07-051-5/+6
* Set user_defined_types.data_type to nullPeter Eisentraut2011-07-042-6/+2
* Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas2011-07-041-1/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-0467-65/+144
* Don't try to use a constraint name as domain nameAlvaro Herrera2011-07-041-2/+2
* Remove unused variable to silence compiler warningPeter Eisentraut2011-07-041-2/+0
* Remove missed reference to SilentMode.Tom Lane2011-07-041-1/+0
* Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas2011-07-044-157/+1