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 an Assert that turns out to be reachable after all.
Tom Lane
2012-04-09
*
Don't bother copying empty support arrays in a zero-column MergeJoin.
Tom Lane
2012-04-09
*
Teach SLRU code to avoid replacing I/O-busy pages.
Robert Haas
2012-04-08
*
set_stack_base() no longer needs to be called in PostgresMain.
Heikki Linnakangas
2012-04-08
*
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-08
*
Fix incorrect make maintainer-clean rule.
Tom Lane
2012-04-07
*
Further adjustment of comment about qsort_tuple.
Tom Lane
2012-04-07
*
Remove useless variable to suppress compiler warning.
Tom Lane
2012-04-07
*
Fix misleading output from gin_desc().
Tom Lane
2012-04-06
*
Fix broken comparetup_datum code.
Tom Lane
2012-04-06
*
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
checkopint -> checkpoint
Robert Haas
2012-04-05
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
*
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-05
*
Fix syslogger to not lose log coherency under high load.
Tom Lane
2012-04-04
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-29
*
Unbreak Windows builds broken by pgpipe removal.
Andrew Dunstan
2012-03-29
*
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
*
Bend parse location rules for the convenience of pg_stat_statements.
Tom Lane
2012-03-27
*
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-27
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
*
Remove dead assignment
Peter Eisentraut
2012-03-26
*
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-26
*
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-25
*
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-25
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
*
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-23
*
Refactor simplify_function et al to centralize argument simplification.
Tom Lane
2012-03-23
*
Code review for protransform patches.
Tom Lane
2012-03-23
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Allow new relmapper entries when allow_system_table_mods is true.
Tom Lane
2012-03-21
*
Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.
Robert Haas
2012-03-20
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
backend: Fix minor memory leak in configuration file processing
Peter Eisentraut
2012-03-16
*
Improve commentary in match_pathkeys_to_index().
Tom Lane
2012-03-16
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
*
Remove unused tzn arguments for timestamp2tm()
Peter Eisentraut
2012-03-15
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
*
COPY: Add an assertion
Peter Eisentraut
2012-03-14
*
Add additional safety check against invalid backup label file
Peter Eisentraut
2012-03-14
*
Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.
Tom Lane
2012-03-12
*
Use correct sizeof operand in qsort call
Peter Eisentraut
2012-03-12
*
Add comment for missing break in switch
Peter Eisentraut
2012-03-12
*
Make INSERT/UPDATE queries depend on their specific target columns.
Tom Lane
2012-03-11
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
[next]