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
2016-04-27
Andres Freund
Don't open formally non-existent segments in _mdfd_gets...
commit
|
commitdiff
|
tree
2016-04-27
Andres Freund
Emit invalidations to standby for transactions without...
commit
|
commitdiff
|
tree
2016-04-27
Robert Haas
Fix pg_get_functiondef to dump parallel-safety markings.
commit
|
commitdiff
|
tree
2016-04-27
Noah Misch
Impose a full barrier in generic-xlc.h atomics functions.
commit
|
commitdiff
|
tree
2016-04-27
Peter Eisentraut
pg_dump: Message style improvements
commit
|
commitdiff
|
tree
2016-04-26
Tom Lane
Add a --brief option to git_changelog.
commit
|
commitdiff
|
tree
2016-04-26
Teodor Sigaev
Fix tsearch docs
commit
|
commitdiff
|
tree
2016-04-26
Tom Lane
Fix order of shutdown cleanup operations in PostgresNod...
commit
|
commitdiff
|
tree
2016-04-26
Tom Lane
Yet more portability hacking for degree-based trig...
commit
|
commitdiff
|
tree
2016-04-26
Robert Haas
Enable parallel query by default.
commit
|
commitdiff
|
tree
2016-04-26
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
2016-04-25
Peter Eisentraut
pg_dump: Message style improvements
commit
|
commitdiff
|
tree
2016-04-25
Kevin Grittner
Fix C comment typo and redundant test
commit
|
commitdiff
|
tree
2016-04-25
Tom Lane
New method for preventing compile-time calculation...
commit
|
commitdiff
|
tree
2016-04-25
Tom Lane
Try harder to detect a port conflict in PostgresNode.pm.
commit
|
commitdiff
|
tree
2016-04-25
Peter Eisentraut
Update GETTEXT_FILES after config and controldata refac...
commit
|
commitdiff
|
tree
2016-04-25
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2016-04-24
Tom Lane
Improve PostgresNode.pm's logic for detecting already...
commit
|
commitdiff
|
tree
2016-04-24
Andres Freund
Fix documentation & config inconsistencies around 428b1...
commit
|
commitdiff
|
tree
2016-04-23
Tom Lane
Rename strtoi() to strtoint().
commit
|
commitdiff
|
tree
2016-04-23
Peter Eisentraut
doc: Fix typos
commit
|
commitdiff
|
tree
2016-04-23
Bruce Momjian
Properly mark initRectBox() as taking 'void' args
commit
|
commitdiff
|
tree
2016-04-22
Tom Lane
Convert contrib/seg's bool-returning SQL functions...
commit
|
commitdiff
|
tree
2016-04-22
Magnus Hagander
Add putenv support for msvcrt from Visual Studio 2013
commit
|
commitdiff
|
tree
2016-04-22
Tom Lane
Fix unexpected side-effects of operator_precedence_warning.
commit
|
commitdiff
|
tree
2016-04-22
Tom Lane
Fix planner failure with full join in RHS of left join.
commit
|
commitdiff
|
tree
2016-04-21
Tom Lane
Improve TranslateSocketError() to handle more Windows...
commit
|
commitdiff
|
tree
2016-04-21
Tom Lane
Remove dead code in win32.h.
commit
|
commitdiff
|
tree
2016-04-21
Tom Lane
PGDLLIMPORT-ify old_snapshot_threshold.
commit
|
commitdiff
|
tree
2016-04-21
Tom Lane
Fix ruleutils.c's dumping of ScalarArrayOpExpr containi...
commit
|
commitdiff
|
tree
2016-04-21
Robert Haas
Prevent possible crash reading pg_stat_activity.
commit
|
commitdiff
|
tree
2016-04-21
Robert Haas
Comment improvements for ForeignPath.
commit
|
commitdiff
|
tree
2016-04-21
Robert Haas
Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb8...
commit
|
commitdiff
|
tree
2016-04-21
Kevin Grittner
Include snapmgr.h in blscan.c
commit
|
commitdiff
|
tree
2016-04-21
Robert Haas
Allow queries submitted by postgres_fdw to be canceled.
commit
|
commitdiff
|
tree
2016-04-21
Kevin Grittner
Inline initial comparisons in TestForOldSnapshot()
commit
|
commitdiff
|
tree
2016-04-21
Robert Haas
postgres_fdw: Don't push down certain full joins.
commit
|
commitdiff
|
tree
2016-04-21
Tom Lane
Honor PGCTLTIMEOUT environment variable for pg_regress...
commit
|
commitdiff
|
tree
2016-04-21
Robert Haas
Add pg_dump support for the new PARALLEL option for...
commit
|
commitdiff
|
tree
2016-04-20
Robert Haas
Forbid parallel Hash Right Join or Hash Full Join.
commit
|
commitdiff
|
tree
2016-04-20
Magnus Hagander
Update backup documentation for new APIs
commit
|
commitdiff
|
tree
2016-04-20
Tom Lane
Fix memory leak and other bugs in ginPlaceToPage()...
commit
|
commitdiff
|
tree
2016-04-20
Kevin Grittner
Revert no-op changes to BufferGetPage()
commit
|
commitdiff
|
tree
2016-04-19
Tom Lane
Improve regression tests for degree-based trigonometric...
commit
|
commitdiff
|
tree
2016-04-18
Tom Lane
Make partition-lock-release coding more transparent...
commit
|
commitdiff
|
tree
2016-04-18
Tom Lane
Further reduce the number of semaphores used under...
commit
|
commitdiff
|
tree
2016-04-18
Fujii Masao
Fix typo in docs.
commit
|
commitdiff
|
tree
2016-04-18
Peter Eisentraut
doc: Document that sequences can also be extension...
commit
|
commitdiff
|
tree
2016-04-17
Tom Lane
Avoid code duplication in \crosstabview.
commit
|
commitdiff
|
tree
2016-04-16
Tom Lane
Adjust spin.c's spinlock emulation so that 0 is not...
commit
|
commitdiff
|
tree
2016-04-16
Peter Eisentraut
doc: Change some "user" to "role" for consistency in...
commit
|
commitdiff
|
tree
2016-04-16
Peter Eisentraut
doc: Markup improvement
commit
|
commitdiff
|
tree
2016-04-16
Tom Lane
Disallow creation of indexes on system columns (except...
commit
|
commitdiff
|
tree
2016-04-16
Stephen Frost
In recordExtensionInitPriv(), keep the scan til we...
commit
|
commitdiff
|
tree
2016-04-16
Peter Eisentraut
doc: Add missing parentheses
commit
|
commitdiff
|
tree
2016-04-16
Peter Eisentraut
psql: Add new gettext trigger
commit
|
commitdiff
|
tree
2016-04-15
Tom Lane
Use less-generic names in matview.sql.
commit
|
commitdiff
|
tree
2016-04-15
Tom Lane
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY...
commit
|
commitdiff
|
tree
2016-04-15
Robert Haas
postgres_fdw: Clean up handling of system columns.
commit
|
commitdiff
|
tree
2016-04-15
Robert Haas
Tweak EXPLAIN for parallel query to show workers launched.
commit
|
commitdiff
|
tree
2016-04-15
Tom Lane
Fix portability problem induced by commit a6f6b7819.
commit
|
commitdiff
|
tree
2016-04-15
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
2016-04-15
Magnus Hagander
Update helptext for vcregress.pl
commit
|
commitdiff
|
tree
2016-04-15
Fujii Masao
Make regression test for multiple synchronous standbys...
commit
|
commitdiff
|
tree
2016-04-15
Tom Lane
Fix memory leak in GIN index scans.
commit
|
commitdiff
|
tree
2016-04-15
Tom Lane
Rethink \crosstabview's argument parsing logic.
commit
|
commitdiff
|
tree
2016-04-15
Andres Freund
Make init_spin_delay() C89 compliant #2.
commit
|
commitdiff
|
tree
2016-04-15
Andres Freund
Remove trailing commas in enums.
commit
|
commitdiff
|
tree
2016-04-15
Andres Freund
Fix trivial typo.
commit
|
commitdiff
|
tree
2016-04-14
Tom Lane
Fix core dump in ReorderBufferRestoreChange on alignmen...
commit
|
commitdiff
|
tree
2016-04-14
Tom Lane
Adjust signature of walrcv_receive hook.
commit
|
commitdiff
|
tree
2016-04-14
Tom Lane
Adjust datatype of ReplicationState.acquired_by.
commit
|
commitdiff
|
tree
2016-04-14
Tom Lane
Docs: clarify description of LIMIT/OFFSET behavior.
commit
|
commitdiff
|
tree
2016-04-14
Tom Lane
Fix prototype of pgwin32_bind().
commit
|
commitdiff
|
tree
2016-04-14
Tom Lane
Fix broken dependency-mongering for index operator...
commit
|
commitdiff
|
tree
2016-04-14
Fujii Masao
Fix duplicated index entry in doc.
commit
|
commitdiff
|
tree
2016-04-14
Stephen Frost
Disallow SET SESSION AUTHORIZATION pg_*
commit
|
commitdiff
|
tree
2016-04-14
Andres Freund
Add required database and origin filtering for logical...
commit
|
commitdiff
|
tree
2016-04-14
Andres Freund
Make init_spin_delay() C89 compliant and change stuck...
commit
|
commitdiff
|
tree
2016-04-13
Tom Lane
Fix pg_dump so pg_upgrade'ing an extension with simple...
commit
|
commitdiff
|
tree
2016-04-13
Andres Freund
Avoid atomic operation in MarkLocalBufferDirty().
commit
|
commitdiff
|
tree
2016-04-13
Tom Lane
Widen amount-to-flush arguments of FileWriteback and...
commit
|
commitdiff
|
tree
2016-04-13
Tom Lane
Fix assorted portability issues with using msync()...
commit
|
commitdiff
|
tree
2016-04-13
Tom Lane
Improve documentation for \crosstabview.
commit
|
commitdiff
|
tree
2016-04-13
Robert Haas
Use PG_INT32_MIN instead of reiterating the constant.
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
Provide errno-translation wrappers around bind() and...
commit
|
commitdiff
|
tree
2016-04-12
Robert Haas
Fix costing for parallel aggregation.
commit
|
commitdiff
|
tree
2016-04-12
Fujii Masao
Remove unused function GetOldestWALSendPointer from...
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
Redefine create_upper_paths_hook as being invoked once...
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
Improve coding of column-name parsing in psql's new...
commit
|
commitdiff
|
tree
2016-04-12
Kevin Grittner
Avoid extra locks in GetSnapshotData if old_snapshot_th...
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
Improve API of GenericXLogRegister().
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
In generic WAL application and replay, ensure page...
commit
|
commitdiff
|
tree
2016-04-12
Teodor Sigaev
Add page id to bloom index
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
Remove unnecessary definition of _WIN64 in libpq/win32...
commit
|
commitdiff
|
tree
2016-04-12
Stephen Frost
Correct copyright for newly added genericdesc.c
commit
|
commitdiff
|
tree
2016-04-12
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2016-04-12
Tom Lane
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS...
commit
|
commitdiff
|
tree
2016-04-11
Tom Lane
Fix two places that thought Windows64 is indicated...
commit
|
commitdiff
|
tree
2016-04-11
Tom Lane
Fix freshly-introduced PL/Python portability bug.
commit
|
commitdiff
|
tree
next