summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-07Merge branch 'master' into postgresql_fdwpostgresql_fdwShigeru Hanada
2011-07-06Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan
2011-07-06Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane
2011-07-06Add \ir command to psql.Robert Haas
2011-07-06Attempt to standardize formatting of psql queries.Robert Haas
2011-07-05Make the file_fdw validator check that a filename option has been provided.Tom Lane
2011-07-05Call FDW validator functions even when the options list is empty.Tom Lane
2011-07-05Message style improvements of errmsg_internal() callsPeter Eisentraut
2011-07-05Restructure foreign data wrapper chapter so it has more than one section.Tom Lane
2011-07-05Postgres -> PostgreSQL in error messagePeter Eisentraut
2011-07-05Improve documentation about foreign data wrapper validator functions.Tom Lane
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-07-05Fix typo in sslmode documentationMagnus Hagander
2011-07-04Message style tweaksPeter Eisentraut
2011-07-04Small documentation tweaksPeter Eisentraut
2011-07-04Set user_defined_types.data_type to nullPeter Eisentraut
2011-07-04Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Don't try to use a constraint name as domain nameAlvaro Herrera
2011-07-04Remove unused variable to silence compiler warningPeter Eisentraut
2011-07-04Remove missed reference to SilentMode.Tom Lane
2011-07-04Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas
2011-07-04Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs
2011-07-04Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs
2011-07-04Fix omissions in documentation of the pg_roles view.Tom Lane
2011-07-03Put comments on the installable procedural languages.Tom Lane
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-07-03Fix bat file quoting of %ENV.Andrew Dunstan
2011-07-03Mark pg_stat_reset_shared as strictMagnus Hagander
2011-07-02Suppress compiler warning about potentially uninitialized variable.Tom Lane
2011-07-01In the pg_upgrade docs, move 50432 port mention to the place where weBruce Momjian
2011-07-01Change pg_upgrade to use port 50432 by default to avoid unintendedBruce Momjian
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Fix outdated commentAlvaro Herrera
2011-06-29Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane
2011-06-29Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas
2011-06-29Grab predicate locks on matching tuples in a lossy bitmap heap scan.Heikki Linnakangas
2011-06-29Protect pg_stat_reset_shared() against NULL inputMagnus Hagander
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-28Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs
2011-06-28Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera
2011-06-28Modernise pg_hba.conf token processingAlvaro Herrera
2011-06-28Implement the collation columns of various information schema viewsPeter Eisentraut
2011-06-28Add composite-type attributes to information_schema.element_types viewPeter Eisentraut
2011-06-28Add a missing_ok argument to get_object_address().Robert Haas
2011-06-27Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-27Try again to make the visibility map crash safe.Robert Haas
2011-06-27Mention that SSPI authentication can use GSSAPI on non-Windows systems.Robert Haas