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
*
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-02
*
Use correct length to convert json unicode escapes.
Andrew Dunstan
2013-05-01
*
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-05-01
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Ensure we MarkBufferDirty before visibilitymap_set()
Simon Riggs
2013-04-30
*
Compiler optimizations for page checksum code.
Simon Riggs
2013-04-30
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
*
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-04-29
*
Introduce new page checksum algorithm and module.
Simon Riggs
2013-04-29
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
Fix unsafe event-trigger coding in ProcessUtility().
Tom Lane
2013-04-27
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Improve message about failed transaction log archiving
Peter Eisentraut
2013-04-26
*
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-26
*
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-04-25
*
Fix typo in comment.
Heikki Linnakangas
2013-04-25
*
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Kevin Grittner
2013-04-24
*
Make fast promotion the default promotion mode.
Simon Riggs
2013-04-24
*
Fix longstanding race condition in plancache.c.
Tom Lane
2013-04-20
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Improve error message when an FDW doesn't support WHERE CURRENT OF.
Tom Lane
2013-04-19
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
*
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-16
*
Fix function return type confusion
Peter Eisentraut
2013-04-15
*
Correct handling of NULL arguments in json funcs.
Andrew Dunstan
2013-04-15
*
Add serial comma
Peter Eisentraut
2013-04-14
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
*
Minor wording corrections for object-access hook stuff.
Robert Haas
2013-04-12
*
Remove quotes around SQL statement in error message
Alvaro Herrera
2013-04-11
*
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
2013-04-11
*
Fix SIGUSR1 handling by unconnected bgworkers
Alvaro Herrera
2013-04-10
*
Fix SIGHUP handling by unconnected bgworkers
Alvaro Herrera
2013-04-10
*
Remove duplicate initialization in XLogReadRecord.
Robert Haas
2013-04-09
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-09
*
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-09
*
Minor rewording of README comments
Simon Riggs
2013-04-08
*
Fix calculation of how many segments to retain for wal_keep_segments.
Heikki Linnakangas
2013-04-08
*
Skip extraneous locking in XLogCheckBuffer().
Simon Riggs
2013-04-08
*
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-08
*
README comments on checksums on page holes.
Simon Riggs
2013-04-08
*
Tune BufferGetLSNAtomic() when checksums !enabled
Simon Riggs
2013-04-07
*
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-04-07
*
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-04-05
*
Fix off by one error in JSON extract path code.
Andrew Dunstan
2013-04-04
*
Fix crash on compiling a regular expression with more than 32k colors.
Heikki Linnakangas
2013-04-04
*
Calculate # of semaphores correctly with --disable-spinlocks.
Heikki Linnakangas
2013-04-04
*
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-03
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
[next]