projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
2014-12-18
Alvaro Herrera
Have VACUUM log number of skipped pages due to pins
commit
|
commitdiff
|
tree
2014-12-18
Tom Lane
Improve hash_create's API for selecting simple-binary...
commit
|
commitdiff
|
tree
2014-12-18
Heikki Linnakangas
Change how first WAL segment on new timeline after...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Add memory barriers for PgBackendStatus.st_changecount...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Ensure variables live across calls in generate_series...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Update .gitignore for config.cache.
commit
|
commitdiff
|
tree
2014-12-18
Andres Freund
Adjust valgrind suppression to the changes in 2c03216d8311.
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Recognize Makefile line continuations in fetchRegressOp...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Remove odd blank line in comment.
commit
|
commitdiff
|
tree
2014-12-18
Andres Freund
Fix (re-)starting from a basebackup taken off a standby...
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Fix previous commit for TAP test suites in VPATH builds.
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Lock down regression testing temporary clusters on...
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Allow CHECK constraints to be placed on foreign tables.
commit
|
commitdiff
|
tree
2014-12-17
Heikki Linnakangas
Clarify the regexp used to detect source files in MSVC...
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Fix another poorly worded error message.
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Fix poorly worded error message.
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Update .gitignore for pg_upgrade
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Add missing documentation for some vcregress modes
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Remove redundant sentence
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Fix off-by-one loop count in MapArrayTypeName, and...
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Suppress bogus statistics when pgbench failed to comple...
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Fix file descriptor leak after failure of a \setshell...
commit
|
commitdiff
|
tree
2014-12-16
Andrew Dunstan
Fix some jsonb issues found by Coverity in recent commits.
commit
|
commitdiff
|
tree
2014-12-16
Heikki Linnakangas
Misc comment typo fixes.
commit
|
commitdiff
|
tree
2014-12-16
Heikki Linnakangas
Fix incorrect comment about XLogRecordBlockHeader.data_...
commit
|
commitdiff
|
tree
2014-12-16
Noah Misch
Fix commit_ts test suite for systems with coarse timest...
commit
|
commitdiff
|
tree
2014-12-15
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2014-12-15
Alvaro Herrera
add missing newline
commit
|
commitdiff
|
tree
2014-12-15
Tom Lane
Fix point <-> polygon code for zero-distance case.
commit
|
commitdiff
|
tree
2014-12-15
Heikki Linnakangas
Add point <-> polygon distance operator.
commit
|
commitdiff
|
tree
2014-12-15
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2014-12-15
Peter Eisentraut
doc: Add link to how to specify time zone names to...
commit
|
commitdiff
|
tree
2014-12-14
Tom Lane
Improve documentation around parameter-setting and...
commit
|
commitdiff
|
tree
2014-12-14
Tom Lane
Update 9.4 release notes.
commit
|
commitdiff
|
tree
2014-12-13
Peter Eisentraut
doc: Fix markup
commit
|
commitdiff
|
tree
2014-12-13
Andrew Dunstan
Add CINE option for CREATE TABLE AS and CREATE MATERIAL...
commit
|
commitdiff
|
tree
2014-12-13
Tom Lane
Improve recovery target settings documentation.
commit
|
commitdiff
|
tree
2014-12-13
Tom Lane
Repair corner-case bug in array version of percentile_c...
commit
|
commitdiff
|
tree
2014-12-13
Heikki Linnakangas
Remove duplicate #define
commit
|
commitdiff
|
tree
2014-12-12
Tom Lane
Avoid instability in output of new REINDEX SCHEMA test.
commit
|
commitdiff
|
tree
2014-12-12
Andrew Dunstan
Add several generator functions for jsonb that exist...
commit
|
commitdiff
|
tree
2014-12-12
Tom Lane
Revert misguided change to postgres_fdw FOR UPDATE...
commit
|
commitdiff
|
tree
2014-12-12
Andrew Dunstan
Add json_strip_nulls and jsonb_strip_nulls functions.
commit
|
commitdiff
|
tree
2014-12-12
Heikki Linnakangas
Put the logic to decide which synchronous standby is...
commit
|
commitdiff
|
tree
2014-12-12
Peter Eisentraut
doc: Move website-stylesheet setting to a more appropri...
commit
|
commitdiff
|
tree
2014-12-12
Peter Eisentraut
SSL tests: Remove trailing blank lines
commit
|
commitdiff
|
tree
2014-12-12
Peter Eisentraut
SSL tests: Silence pg_ctl output
commit
|
commitdiff
|
tree
2014-12-12
Tom Lane
Fix planning of SELECT FOR UPDATE on child table with...
commit
|
commitdiff
|
tree
2014-12-12
Tom Lane
Fix corner case where SELECT FOR UPDATE could return...
commit
|
commitdiff
|
tree
2014-12-11
Simon Riggs
Further changes to REINDEX SCHEMA
commit
|
commitdiff
|
tree
2014-12-11
Tom Lane
Make rowsecurity test clean up after itself, too.
commit
|
commitdiff
|
tree
2014-12-11
Tom Lane
Fix completely broken REINDEX SCHEMA testcase.
commit
|
commitdiff
|
tree
2014-12-11
Tom Lane
Fix assorted confusion between Oid and int32.
commit
|
commitdiff
|
tree
2014-12-11
Heikki Linnakangas
Use correct macro for reltablespace.
commit
|
commitdiff
|
tree
2014-12-11
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2014-12-11
Tom Lane
Fix minor thinko in convertToJsonb().
commit
|
commitdiff
|
tree
2014-12-09
Heikki Linnakangas
Add a regression test suite for SSL support.
commit
|
commitdiff
|
tree
2014-12-09
Alvaro Herrera
pg_xlogdump/.gitignore: add committsdesc.c
commit
|
commitdiff
|
tree
2014-12-09
Simon Riggs
Silence REINDEX
commit
|
commitdiff
|
tree
2014-12-08
Simon Riggs
Execute 18 tests for src/bin/scripts/t/090..
commit
|
commitdiff
|
tree
2014-12-08
Simon Riggs
REINDEX SCHEMA
commit
|
commitdiff
|
tree
2014-12-08
Simon Riggs
Windows: use GetSystemTimePreciseAsFileTime if available
commit
|
commitdiff
|
tree
2014-12-08
Simon Riggs
Use GetSystemTimeAsFileTime directly in win32
commit
|
commitdiff
|
tree
2014-12-08
Peter Eisentraut
doc: Fix DocBook table column count declaration
commit
|
commitdiff
|
tree
2014-12-08
Simon Riggs
Correct recovery_target_action docs
commit
|
commitdiff
|
tree
2014-12-07
Simon Riggs
Remove duplicate code in heap_prune_chain()
commit
|
commitdiff
|
tree
2014-12-07
Simon Riggs
Event Trigger for table_rewrite
commit
|
commitdiff
|
tree
2014-12-07
Simon Riggs
Tweaks for recovery_target_action
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Give a proper error message if initdb password file...
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Don't include file type bits in tar archive's mode...
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Remove erroneous EXTRA_CLEAN line from Makefile.
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Print new track_commit_timestamp in rm_desc of a parame...
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Print wal_log_hints in the rm_desc routing of a paramet...
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Fix pg_xlogdump's calculation of full-page image data.
commit
|
commitdiff
|
tree
2014-12-05
Robert Haas
Don't dump core if pq_comm_reset() is called before...
commit
|
commitdiff
|
tree
2014-12-04
Andres Freund
Document that pg_stat_*_tables.n_tup_upd includes n_tup...
commit
|
commitdiff
|
tree
2014-12-04
Peter Eisentraut
Fix PGXS vpath build when PostgreSQL is built with...
commit
|
commitdiff
|
tree
2014-12-04
Peter Eisentraut
Revert haphazard pgxs makefile changes
commit
|
commitdiff
|
tree
2014-12-04
Peter Eisentraut
Remove USE_VPATH make variable from PGXS
commit
|
commitdiff
|
tree
2014-12-04
Peter Eisentraut
Fix SHLIB_PREREQS use in contrib, allowing PGXS builds
commit
|
commitdiff
|
tree
2014-12-04
Peter Eisentraut
Move PG_AUTOCONF_FILENAME definition
commit
|
commitdiff
|
tree
2014-12-03
Alvaro Herrera
doc: Fix markup
commit
|
commitdiff
|
tree
2014-12-03
Alvaro Herrera
Keep track of transaction commit timestamps
commit
|
commitdiff
|
tree
2014-12-03
Alvaro Herrera
Fix typos
commit
|
commitdiff
|
tree
2014-12-03
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2014-12-03
Alvaro Herrera
Install kludges to fix check-world for src/test/modules
commit
|
commitdiff
|
tree
2014-12-02
Tom Lane
Improve error messages for malformed array input strings.
commit
|
commitdiff
|
tree
2014-12-02
Andres Freund
Don't skip SQL backends in logical decoding for visibil...
commit
|
commitdiff
|
tree
2014-12-02
Tom Lane
Fix JSON aggregates to work properly when final functio...
commit
|
commitdiff
|
tree
2014-12-02
Tom Lane
Minor cleanup of function declarations for BRIN.
commit
|
commitdiff
|
tree
2014-12-02
Alvaro Herrera
pageinspect/BRIN: minor tweaks
commit
|
commitdiff
|
tree
2014-12-02
Alvaro Herrera
dummy_seclabel: add sql/, expected/, and .gitignores
commit
|
commitdiff
|
tree
2014-12-01
Tom Lane
Guard against bad "dscale" values in numeric_recv().
commit
|
commitdiff
|
tree
2014-12-01
Alvaro Herrera
Move security_label test
commit
|
commitdiff
|
tree
2014-12-01
Andrew Dunstan
Fix hstore_to_json_loose's detection of valid JSON...
commit
|
commitdiff
|
tree
2014-12-01
Heikki Linnakangas
Put SSL_pending() call behind the new internal SSL...
commit
|
commitdiff
|
tree
2014-12-01
Magnus Hagander
Fix missing space in documentation
commit
|
commitdiff
|
tree
2014-12-01
Tom Lane
Add a #define for the inet overlaps operator.
commit
|
commitdiff
|
tree
2014-11-30
Tom Lane
Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b721...
commit
|
commitdiff
|
tree
2014-11-30
Alvaro Herrera
Move test modules from contrib to src/test/modules
commit
|
commitdiff
|
tree
next