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
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
Magnus Hagander
2010-09-16
*
Fix up flushing of composite-type typcache entries to be driven directly by
Tom Lane
2010-09-02
*
Reduce PANIC to ERROR in some occasionally-reported btree failure cases.
Tom Lane
2010-08-29
*
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
Tom Lane
2010-08-26
*
Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.
Tom Lane
2010-08-19
*
Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.
Tom Lane
2010-08-18
*
Arrange to fsync the contents of lockfiles (both postmaster.pid and the
Tom Lane
2010-08-16
*
Fix planner to make a reasonable assumption about the amount of memory space
Tom Lane
2010-08-14
*
Fix Assert failure in PushOverrideSearchPath when trying to restore a search
Tom Lane
2010-08-13
*
Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.
Robert Haas
2010-08-03
*
Fix core dump in QTNodeCompare when tsquery_cmp() is applied to two empty
Tom Lane
2010-08-03
*
Fix an additional set of problems in GIN's handling of lossy page pointers.
Tom Lane
2010-08-01
*
Tweak tsmatchsel() so that it examines the structure of the tsquery whenever
Tom Lane
2010-07-31
*
Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()
Tom Lane
2010-07-31
*
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-07-30
*
Fix another longstanding problem in copy_relation_data: it was blithely
Tom Lane
2010-07-29
*
Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.
Robert Haas
2010-07-29
*
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-28
*
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-23
*
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-13
*
Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()
Tom Lane
2010-07-09
*
Fix "cannot handle unplanned sub-select" error that can occur when a
Tom Lane
2010-07-08
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
*
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-07-03
*
Move copydir.c from src/port to src/backend/storage/file
Robert Haas
2010-07-02
*
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Robert Haas
2010-07-01
*
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-06-30
*
Fix mishandling of whole-row Vars referencing a view or sub-select.
Tom Lane
2010-06-21
*
Make the walwriter close it's handle to an old xlog segment if it's no longer
Magnus Hagander
2010-06-09
*
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-07
*
Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().
Tom Lane
2010-05-30
*
Rewrite LIKE's %-followed-by-_ optimization so it really works (this time
Tom Lane
2010-05-28
*
Rejigger mergejoin logic so that a tuple with a null in the first merge column
Tom Lane
2010-05-28
*
Change ps_status.c to explicitly track the current logical length of ps_buffer.
Tom Lane
2010-05-27
*
Make CREATE INDEX run expression preprocessing on a proposed index expression
Tom Lane
2010-05-27
*
Fix oversight in construction of sort/unique plans for UniquePaths.
Tom Lane
2010-05-25
*
Translation update
Peter Eisentraut
2010-05-13
*
Cause the archiver process to adopt new postgresql.conf settings (particularly
Tom Lane
2010-05-11
*
Set per-function GUC settings during validating the function.
Itagaki Takahiro
2010-05-11
*
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-08
*
Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum
Tom Lane
2010-05-02
*
Add code to InternalIpcMemoryCreate() to handle the case where shmget()
Tom Lane
2010-05-01
*
On Windows, syslogger runs in two threads. The main thread processes config
Heikki Linnakangas
2010-04-16
*
Fix a problem introduced by my patch of 2010-01-12 that revised the way
Tom Lane
2010-04-14
*
Don't pass an invalid file handle to dup2(). That causes a crash on
Heikki Linnakangas
2010-04-01
*
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
*
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-25
*
Fix thinko in log message for "sameuser" ident map mismatch: the provided
Tom Lane
2010-03-24
*
Clear error_context_stack and debug_query_string at the beginning of proc_exit,
Tom Lane
2010-03-20
[next]