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