aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update examples for string-related functions.Tom Lane2011-07-07
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-07-07
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Fix use of unportable %m formatPeter Eisentraut2011-07-07
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-07
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Fix comments over eagerly c&p'd.Andrew Dunstan2011-07-07
* Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan2011-07-06
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Add \ir command to psql.Robert Haas2011-07-06
* Attempt to standardize formatting of psql queries.Robert Haas2011-07-06
* Make the file_fdw validator check that a filename option has been provided.Tom Lane2011-07-05
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-05
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Restructure foreign data wrapper chapter so it has more than one section.Tom Lane2011-07-05
* Postgres -> PostgreSQL in error messagePeter Eisentraut2011-07-05
* Improve documentation about foreign data wrapper validator functions.Tom Lane2011-07-05
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-05
* Fix typo in sslmode documentationMagnus Hagander2011-07-05
* Message style tweaksPeter Eisentraut2011-07-05
* Small documentation tweaksPeter Eisentraut2011-07-05
* Set user_defined_types.data_type to nullPeter Eisentraut2011-07-04
* Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas2011-07-04
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Don't try to use a constraint name as domain nameAlvaro Herrera2011-07-04
* Remove unused variable to silence compiler warningPeter Eisentraut2011-07-04
* Remove missed reference to SilentMode.Tom Lane2011-07-04
* Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas2011-07-04
* Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs2011-07-04
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-04
* Fix omissions in documentation of the pg_roles view.Tom Lane2011-07-03
* Put comments on the installable procedural languages.Tom Lane2011-07-03
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-03
* Fix bat file quoting of %ENV.Andrew Dunstan2011-07-03
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-03
* Suppress compiler warning about potentially uninitialized variable.Tom Lane2011-07-01
* In the pg_upgrade docs, move 50432 port mention to the place where weBruce Momjian2011-07-01
* Change pg_upgrade to use port 50432 by default to avoid unintendedBruce Momjian2011-07-01
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Fix outdated commentAlvaro Herrera2011-06-29
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Grab predicate locks on matching tuples in a lossy bitmap heap scan.Heikki Linnakangas2011-06-29
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-29
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28