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 portal management code to support non-default command completion tags for
Tom Lane
2007-02-18
*
Adjust the definition of is_pushed_down so that it's always true for INNER
Tom Lane
2007-02-16
*
Fix another problem in 8.2 changes that allowed "one-time" qual conditions to
Tom Lane
2007-02-16
*
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-16
*
Repair oversight in 8.2 change that improved the handling of "pseudoconstant"
Tom Lane
2007-02-15
*
Disallow committing a prepared transaction unless we are in the same database
Tom Lane
2007-02-13
*
Repair bug in 8.2's new logic for planning outer joins: we have to allow joins
Tom Lane
2007-02-13
*
Fix for early log messages during postmaster startup getting lost when
Magnus Hagander
2007-02-11
*
Fix bug when localized to_char() day or month names were incorectly
Bruce Momjian
2007-02-08
*
This patch fixes shared_preload_libraries on Windows hosts. It forces
Bruce Momjian
2007-02-08
*
Fix an error in the original coding of holdable cursors: PersistHoldablePortal
Tom Lane
2007-02-06
*
Remove typmod checking from the recent security-related patches. It turns
Tom Lane
2007-02-06
*
Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans
Tom Lane
2007-02-06
*
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-02-04
*
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
*
Repair insufficiently careful type checking for SQL-language functions:
Tom Lane
2007-02-02
*
Translation updates
Peter Eisentraut
2007-01-31
*
Clarify paramater handling for pg_get_serial_sequence().
Bruce Momjian
2007-01-30
*
Repair oversight in creation of "append relations": we should set up
Tom Lane
2007-01-28
*
Dept of second thoughts: the IQ of estimate_array_length() needs to be
Tom Lane
2007-01-28
*
Fix scalararraysel() to cope with binary-compatible cases, such as text[]
Tom Lane
2007-01-28
*
Correct an old logic error in btree page splitting: when considering a split
Tom Lane
2007-01-27
*
Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during
Tom Lane
2007-01-27
*
On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for
Tom Lane
2007-01-26
*
Properly detoast access to bytea field pg_trigger.tgargs. Old code
Bruce Momjian
2007-01-25
*
Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same
Tom Lane
2007-01-24
*
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-24
*
Add documentation of memory and time units to postgresql.conf.
Bruce Momjian
2007-01-20
*
Fix incorrect permissions check in information_schema.key_column_usage view:
Tom Lane
2007-01-16
*
Fix handling of CC (century) format spec in to_date/to_char. According to
Tom Lane
2007-01-12
*
Fix a performance problem in databases with large numbers of tables
Tom Lane
2007-01-11
*
Tweak joinlist creation to avoid generating useless one-element subproblems
Tom Lane
2007-01-08
*
Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)
Tom Lane
2007-01-08
*
Fix oversight in handling of row-comparison index keys: if the row comparison
Tom Lane
2007-01-07
*
Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc
Tom Lane
2007-01-06
*
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
Tom Lane
2007-01-04
*
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
Tom Lane
2007-01-03
*
Modify local buffer management to request memory for local buffers in blocks
Tom Lane
2006-12-27
*
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
*
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
*
Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees
Tom Lane
2006-12-26
*
Fix some planner bugs exposed by reports from Arjen van der Meijden. These
Tom Lane
2006-12-15
*
Fix planner to do the right thing when a degenerate outer join (one whose
Tom Lane
2006-12-12
*
Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to
Tom Lane
2006-12-08
*
Repair incorrect placement of WHERE clauses when there are multiple,
Tom Lane
2006-12-07
*
Fix planning of SubLinks to ensure that Vars generated from transformation of
Tom Lane
2006-12-06
*
Patch of Win32 Encoding problem for server messages using
Bruce Momjian
2006-12-04
*
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
Tom Lane
2006-12-03
*
Translation updates
Peter Eisentraut
2006-12-02
*
Make the bgwriter's error recovery path do smgrcloseall(). On Windows this
Tom Lane
2006-12-01
[next]