index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix pull_up_simple_union_all to copy all rtable entries from child subquery to
Heikki Linnakangas
2008-08-14
*
Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a
Tom Lane
2008-08-10
*
Install checks in executor startup to ensure that the tuples produced by an
Tom Lane
2008-08-08
*
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tom Lane
2008-08-05
*
Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.
Tom Lane
2008-07-24
*
Ratchet up patch to improve autovacuum wraparound messages.
Alvaro Herrera
2008-07-23
*
Publish more openly the fact that autovacuum is working for wraparound
Alvaro Herrera
2008-07-21
*
Avoid crashing when a table is deleted while we're on the process of checking
Alvaro Herrera
2008-07-17
*
Fix an oversight in the original implementation of performMultipleDeletions():
Tom Lane
2008-07-11
*
Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in
Tom Lane
2008-07-10
*
Fix performance bug in write_syslog(): the code to preferentially break the
Tom Lane
2008-07-08
*
Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean
Tom Lane
2008-07-07
*
Fix AT TIME ZONE (in all three variants) so that we first try to interpret
Tom Lane
2008-07-07
*
Prevent integer overflows during units conversion when displaying a GUC
Tom Lane
2008-07-06
*
Fix a couple of bugs in win32 shmem name generation:
Magnus Hagander
2008-07-04
*
Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,
Tom Lane
2008-07-03
*
Consider a clause to be outerjoin_delayed if it references the nullable side
Tom Lane
2008-06-27
*
Fix 'pg_ctl reload' to properly preserve postmaster commend-line
Bruce Momjian
2008-06-27
*
Fix a few places that were non-multibyte-safe in tsearch configuration file
Tom Lane
2008-06-19
*
Improve error reporting for problems in text search configuration files
Tom Lane
2008-06-18
*
Fix the code that adds regclass constants to a plan's list of relation OIDs
Tom Lane
2008-06-17
*
Improve the various elog messages in tuptoaster.c to report which TOAST table
Tom Lane
2008-06-13
*
Fix bug in the WAL recovery code to finish an incomplete split.
Heikki Linnakangas
2008-06-11
*
Fix unportable (and incorrect anyway) usage of LL constant suffix that
Tom Lane
2008-06-09
*
Fix datetime input functions to correctly detect integer overflow when
Tom Lane
2008-06-09
*
ALTER AGGREGATE OWNER seems to have been missed by the last couple of
Tom Lane
2008-06-08
*
Fix pg_get_ruledef() so that negative numeric constants are parenthesized.
Tom Lane
2008-06-06
*
Translation updates.
Tom Lane
2008-06-05
*
Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping on
Tom Lane
2008-05-28
*
Explicitly bind gettext() to the UTF8 locale when in use.
Magnus Hagander
2008-05-27
*
Fix an old corner-case bug in set_config_option: push_old_value has to be
Tom Lane
2008-05-26
*
Remove arbitrary 10MB limit on two-phase state file size. It's not that hard
Heikki Linnakangas
2008-05-19
*
Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per
Tom Lane
2008-05-19
*
Add code to eval_const_expressions() to support const-simplification of
Tom Lane
2008-05-15
*
Don't try to close negative file descriptors, since this can cause
Magnus Hagander
2008-05-13
*
Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update
Tom Lane
2008-05-09
*
Fix Assert introduced in previous patch.
Heikki Linnakangas
2008-05-09
*
Fix incorrect archive truncation point calculation in the %r recovery_command
Heikki Linnakangas
2008-05-09
*
The 8.2 patch that added support for an alias on the target table of
Tom Lane
2008-05-03
*
Fix nodeTidscan.c to not trigger an error if the block number portion of
Tom Lane
2008-04-30
*
Fix REASSIGN OWNED so that it works on procedural languages too.
Alvaro Herrera
2008-04-29
*
Back-patch Heikki's fix to make TransactionIdIsCurrentTransactionId() use
Tom Lane
2008-04-26
*
Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly
Tom Lane
2008-04-24
*
Fix using too many LWLocks bug, reported by Craig Ringer
Teodor Sigaev
2008-04-22
*
Fix convert_IN_to_join to properly handle the case where the subselect's
Tom Lane
2008-04-21
*
Fix a couple of places in execMain that erroneously assumed that SELECT FOR
Tom Lane
2008-04-21
*
Fix broken compare function for tsquery_ops. Per Tom's report.
Teodor Sigaev
2008-04-20
*
Fix rmtree() so that it keeps going after failure to remove any individual
Tom Lane
2008-04-18
*
Fix two race conditions between the pending unlink mechanism that was put in
Heikki Linnakangas
2008-04-18
*
Fix a couple of oversights associated with the "physical tlist" optimization:
Tom Lane
2008-04-17
[next]