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
*
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
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Ignore extra subquery outputs in set_subquery_size_estimates().
Tom Lane
2013-03-31
*
Improve code documentation about "magnetic disk" storage manager.
Tom Lane
2013-03-30
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
*
Avoid "variable might be clobbered by longjmp" warning.
Tom Lane
2013-03-28
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-28
*
Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc
Simon Riggs
2013-03-28
*
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-03-27
*
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-03-27
*
Set recovery_config_directory for EXEC_BACKEND.
Simon Riggs
2013-03-27
*
Allow external recovery_config_directory
Simon Riggs
2013-03-27
*
Fix grammatical errors in some new message strings.
Tom Lane
2013-03-26
*
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-03-25
[next]