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 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
*
Repair two places where SIGTERM exit could leave shared memory state
Tom Lane
2008-04-16
*
Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index
Tom Lane
2008-04-16
*
Fix several datatype input functions that were allowing unused bytes in their
Tom Lane
2008-04-11
*
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
Tom Lane
2008-04-08
*
Defend against JOINs having more than 32K columns altogether. We cannot
Tom Lane
2008-04-05
*
Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly
Tom Lane
2008-04-03
*
Revert my bad decision of about a year ago to make PortalDefineQuery
Tom Lane
2008-04-02
*
Fix an oversight I made in a cleanup patch over a year ago:
Tom Lane
2008-04-01
*
Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX().
Tom Lane
2008-03-31
*
Fix a number of places that were making file-type tests infelicitously.
Tom Lane
2008-03-31
*
Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug.
Tom Lane
2008-03-29
*
When we have successfully optimized a MIN or MAX aggregate into an indexscan,
Tom Lane
2008-03-27
*
When a relation has been proven empty by constraint exclusion, propagate that
Tom Lane
2008-03-24
*
Fix various infelicities that have snuck into usage of errdetail() and
Tom Lane
2008-03-24
*
Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the
Heikki Linnakangas
2008-03-20
*
Fix regexp substring matching (substring(string from pattern)) for the corner
Tom Lane
2008-03-19
*
Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.
REL8_3_1
Tom Lane
2008-03-14
*
Fix vacuum so that autovacuum is really not cancelled when doing an emergency
Alvaro Herrera
2008-03-14
*
Translation updates
Peter Eisentraut
2008-03-14
*
Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings
Tom Lane
2008-03-13
*
Fix heap_page_prune's problem with failing to send cache invalidation
Tom Lane
2008-03-13
*
Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot
Tom Lane
2008-03-12
*
Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing
Tom Lane
2008-03-12
*
Revert changes of CompareTSQ: it affects existing btree indexes.
Teodor Sigaev
2008-03-09
*
Refactor heap_page_prune so that instead of changing item states on-the-fly,
Tom Lane
2008-03-08
*
Change hashscan.c to keep its list of active hash index scans in
Tom Lane
2008-03-07
[next]