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
Age
Commit message (
Expand
)
Author
2015-07-07
Improve regression test coverage of table lock modes vs permissions.
Joe Conway
2015-07-07
Fix incorrect path in pg_regress log messages.
Fujii Masao
2015-07-07
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-07-07
Improve handling of out-of-memory in libpq.
Heikki Linnakangas
2015-07-07
Add tab-completion for psql meta-commands.
Fujii Masao
2015-07-07
Refer to %p in the psql docs as 'process ID' not 'pid'.
Andres Freund
2015-07-07
Add psql PROMPT variable showing the pid of the connected to backend.
Andres Freund
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-07-07
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
Andres Freund
2015-07-07
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
Turn install.bat into a pure one line wrapper fort he perl script.
Heikki Linnakangas
2015-07-06
Call getsockopt() on the correct socket.
Heikki Linnakangas
2015-07-06
Don't set SO_SNDBUF on recent Windows versions that have a bigger default.
Heikki Linnakangas
2015-07-06
Remove incorrect warning from pg_archivecleanup document.
Fujii Masao
2015-07-05
Make a editorial pass over pgbench's error messages.
Tom Lane
2015-07-05
Fix some typos in regression test comments.
Tom Lane
2015-07-05
Further reduce overhead for passing plpgsql variables to the executor.
Tom Lane
2015-07-05
Fix bad grammar in brin.sgml.
Tom Lane
2015-07-03
Add documentation and regression tests concerning rounding of numerics.
Tom Lane
2015-07-03
Add psql \ev and \sv commands for editing and showing view definitions.
Tom Lane
2015-07-03
Remove thread-emulation support from pgbench.
Heikki Linnakangas
2015-07-03
Fix pgbench progress report behaviour when pgbench or a query gets stuck.
Heikki Linnakangas
2015-07-03
Lift the limitation that # of clients must be a multiple of # of threads
Heikki Linnakangas
2015-07-03
Make WAL-related utilities handle .partial WAL files properly.
Fujii Masao
2015-07-02
Improve pg_restore's -t switch to match all types of relations.
Tom Lane
2015-07-02
Make numeric form of PG version number readily available in Makefiles.
Tom Lane
2015-07-02
Fix misuse of TextDatumGetCString().
Tom Lane
2015-07-02
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
Remove "const" from convertTSFunction()'s return type.
Heikki Linnakangas
2015-07-02
Plug some trivial memory leaks in pg_dump and pg_upgrade.
Heikki Linnakangas
2015-07-02
Whitespace fix - replace tab with spaces in CREATE TABLE command.
Joe Conway
2015-07-02
Replace obsolete autoconf macros with their modern replacements.
Heikki Linnakangas
2015-07-02
Don't emit a spurious space at end of line in pg_dump of event triggers.
Heikki Linnakangas
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
Fix name of argument to pg_stat_file.
Heikki Linnakangas
2015-07-02
Use American spelling for "behavior".
Heikki Linnakangas
2015-07-02
Allow MSVC's contribcheck and modulescheck to run independently.
Andrew Dunstan
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-07-01
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-07-01
Make sampler_random_fract() actually obey its API contract.
Tom Lane
2015-07-01
Make XLogFileCopy() look the same as in 9.4.
Fujii Masao
2015-06-30
Fix broken link in documentation.
Tom Lane
2015-06-30
Fix typo and omission in my earlier 9.5 release notes commit.
Andres Freund
2015-06-30
Improve 9.5 release notes.
Andres Freund
2015-06-30
Stamp shared-library minor version numbers for 9.6.
Tom Lane
2015-06-30
Stamp HEAD as 9.6devel.
Tom Lane
2015-06-30
Test -lrt for sched_yield
Alvaro Herrera
2015-06-30
Remove useless check for NULL subexpression.
Tom Lane
2015-06-30
Add assertion to check the special size is sane before dereferencing it.
Heikki Linnakangas
[next]