index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
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-08
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-07
Tune BufferGetLSNAtomic() when checksums !enabled
Simon Riggs
2013-04-07
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-04-05
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-04-04
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-03
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-01
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-03-31
Ignore extra subquery outputs in set_subquery_size_estimates().
Tom Lane
2013-03-30
Improve code documentation about "magnetic disk" storage manager.
Tom Lane
2013-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-28
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-27
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-26
Fix grammatical errors in some new message strings.
Tom Lane
2013-03-25
In base backup, only include our own tablespace version directory.
Heikki Linnakangas
2013-03-22
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-22
Suppress uninitialized-variable warning in new checksum code.
Tom Lane
2013-03-22
Add new README file for pages/checksums
Simon Riggs
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
Change commit_delay to be SUSET for 9.3+
Simon Riggs
2013-03-21
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-03-21
Fix "element <@ range" cost estimation.
Heikki Linnakangas
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-18
Improve signal-handler lockout mechanism in timeout.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
Add lock_timeout configuration parameter.
Tom Lane
2013-03-15
Improve error reporting in code that checks for buffer refcount leaks.
Tom Lane
2013-03-15
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-03-14
Avoid inserting no-op Limit plan nodes.
Tom Lane
2013-03-14
Revert unnecessary change in MV call to checkRuleResultList().
Kevin Grittner
2013-03-14
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-14
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-12
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
[next]