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
*
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
*
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2014-01-07
*
Fix misplaced right paren bugs in pgstatfuncs.c.
Kevin Grittner
2013-12-27
*
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-12-13
*
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-12
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-05
*
Fix full-page writes of internal GIN pages.
Heikki Linnakangas
2013-12-03
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-12-02
*
Translation updates
Peter Eisentraut
2013-12-02
*
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
*
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-27
*
Fix array slicing of int2vector and oidvector values.
Tom Lane
2013-11-23
*
Avoid potential buffer overflow crash
Peter Eisentraut
2013-11-23
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
*
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-22
*
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-11-15
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
*
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-07
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Prevent creating window functions with default arguments.
Tom Lane
2013-11-06
*
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-05
*
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-11-01
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
*
Oops. Unbreak the 9.1 build.
Heikki Linnakangas
2013-10-08
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
Translation updates
Peter Eisentraut
2013-10-07
*
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-10-07
*
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-09-30
*
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-26
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Make sure float4in/float8in accept all standard spellings of "infinity".
Tom Lane
2013-08-03
*
Fix old visibility bug in HeapTupleSatisfiesDirty
Alvaro Herrera
2013-08-02
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Restore REINDEX constraint validation.
Noah Misch
2013-07-30
*
Fix booltestsel() for case where we have NULL stats but not MCV stats.
Tom Lane
2013-07-24
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
*
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-18
*
Ensure 64bit arithmetic when calculating tapeSpace
Stephen Frost
2013-07-14
*
Support clean switchover.
Fujii Masao
2013-06-26
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-13
*
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-11
*
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
[next]