projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2015-03-09
Alvaro Herrera
Allow CURRENT/SESSION_USER to be used in certain commands
commit
|
commitdiff
|
tree
2015-03-09
Michael Meskes
Ignore leftover artifacts from ecpg testsuite runs...
commit
|
commitdiff
|
tree
2015-03-09
Michael Meskes
Revert "Ignore object files generated by ecpg test...
commit
|
commitdiff
|
tree
2015-03-09
Robert Haas
Fix handling of sortKeys field in Tuplesortstate.
commit
|
commitdiff
|
tree
2015-03-09
Heikki Linnakangas
Move WAL-related definitions from dbcommands.h to separ...
commit
|
commitdiff
|
tree
2015-03-09
Michael Meskes
Ignore object files generated by ecpg test suite on...
commit
|
commitdiff
|
tree
2015-03-09
Fujii Masao
Fix typo in comment.
commit
|
commitdiff
|
tree
2015-03-09
Fujii Masao
Add missing "goto err" statements in xlogreader.c.
commit
|
commitdiff
|
tree
2015-03-08
Peter Eisentraut
Sort SUBDIRS variable in src/bin/Makefile
commit
|
commitdiff
|
tree
2015-03-08
Tom Lane
Cast to (void *) rather than (int *) when passing int64...
commit
|
commitdiff
|
tree
2015-03-08
Tom Lane
Remove struct PQArgBlock from server-side header libpq...
commit
|
commitdiff
|
tree
2015-03-08
Tom Lane
Fix documentation for libpq's PQfn().
commit
|
commitdiff
|
tree
2015-03-08
Tom Lane
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
commit
|
commitdiff
|
tree
2015-03-08
Tom Lane
Fix erroneous error message for REINDEX SYSTEM.
commit
|
commitdiff
|
tree
2015-03-07
Noah Misch
Build fls.o only when AC_REPLACE_FUNCS so dictates...
commit
|
commitdiff
|
tree
2015-03-07
Noah Misch
Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
commit
|
commitdiff
|
tree
2015-03-07
Peter Eisentraut
Remove rolcatupdate
commit
|
commitdiff
|
tree
2015-03-06
Alvaro Herrera
Add some more tests on event triggers
commit
|
commitdiff
|
tree
2015-03-06
Tom Lane
Rethink function argument sorting in pg_dump.
commit
|
commitdiff
|
tree
2015-03-06
Alvaro Herrera
Fix contrib/file_fdw's expected file
commit
|
commitdiff
|
tree
2015-03-05
Alvaro Herrera
Fix user mapping object description
commit
|
commitdiff
|
tree
2015-03-05
Alvaro Herrera
Silence warning in non-assert-enabled build
commit
|
commitdiff
|
tree
2015-03-05
Tom Lane
Remove comment claiming that PARAM_EXTERN Params always...
commit
|
commitdiff
|
tree
2015-03-05
Fujii Masao
Fix typo in comment.
commit
|
commitdiff
|
tree
2015-03-05
Tom Lane
Avoid unused-variable warning in non-assert builds.
commit
|
commitdiff
|
tree
2015-03-05
Tom Lane
Change plpgsql's cast cache to consider source typmod...
commit
|
commitdiff
|
tree
2015-03-05
Tom Lane
Need to special-case RECORD as well as UNKNOWN in plpgs...
commit
|
commitdiff
|
tree
2015-03-04
Tom Lane
Use standard casting mechanism to convert types in...
commit
|
commitdiff
|
tree
2015-03-04
Tom Lane
Fix cost estimation for indexscans on expensive indexed...
commit
|
commitdiff
|
tree
2015-03-04
Fujii Masao
Fix an obsolete reference to SnapshotNow in comment.
commit
|
commitdiff
|
tree
2015-03-04
Tom Lane
Fix long-obsolete code for separating filter conditions...
commit
|
commitdiff
|
tree
2015-03-03
Robert Haas
Remove residual NULL-pstate handling in addRangeTableEntry.
commit
|
commitdiff
|
tree
2015-03-03
Alvaro Herrera
Change many routines to return ObjectAddress rather...
commit
|
commitdiff
|
tree
2015-03-03
Alvaro Herrera
Add comment for "is_internal" parameter
commit
|
commitdiff
|
tree
2015-03-03
Tom Lane
Reduce json <=> jsonb casts from explicit-only to assig...
commit
|
commitdiff
|
tree
2015-03-03
Robert Haas
pgbench: Fix mistakes in Makefile.
commit
|
commitdiff
|
tree
2015-03-03
Tom Lane
Fix busted markup.
commit
|
commitdiff
|
tree
2015-03-02
Robert Haas
pgbench: Add a real expression syntax to \set
commit
|
commitdiff
|
tree
2015-03-02
Stephen Frost
Fix pg_dump handling of extension config tables
commit
|
commitdiff
|
tree
2015-03-01
Stephen Frost
Fix targetRelation initializiation in prepsecurity
commit
|
commitdiff
|
tree
2015-03-01
Tom Lane
Use the typcache to cache constraints for domain types.
commit
|
commitdiff
|
tree
2015-03-01
Noah Misch
Add transform functions for AT TIME ZONE.
commit
|
commitdiff
|
tree
2015-03-01
Noah Misch
Unlink static libraries before rebuilding them.
commit
|
commitdiff
|
tree
2015-03-01
Tom Lane
Move memory context callback declarations into palloc.h.
commit
|
commitdiff
|
tree
2015-03-01
Alvaro Herrera
Fix intermittent failure in event_trigger test
commit
|
commitdiff
|
tree
2015-02-28
Tom Lane
Track typmods in plpgsql expression evaluation and...
commit
|
commitdiff
|
tree
2015-02-28
Tom Lane
Fix planning of star-schema-style queries.
commit
|
commitdiff
|
tree
2015-02-28
Tom Lane
Improve mmgr README.
commit
|
commitdiff
|
tree
2015-02-27
Tom Lane
Suppress uninitialized-variable warning from less-brigh...
commit
|
commitdiff
|
tree
2015-02-27
Tom Lane
Redefine MemoryContextReset() as deleting, not resettin...
commit
|
commitdiff
|
tree
2015-02-27
Alvaro Herrera
Make CREATE OR REPLACE VIEW internally more consistent
commit
|
commitdiff
|
tree
2015-02-27
Tom Lane
Invent a memory context reset/delete callback mechanism.
commit
|
commitdiff
|
tree
2015-02-27
Alvaro Herrera
Fix a couple of trivial issues in jsonb.c
commit
|
commitdiff
|
tree
2015-02-27
Alvaro Herrera
Fix table_rewrite event trigger for ALTER TYPE/SET...
commit
|
commitdiff
|
tree
2015-02-26
Andrew Dunstan
Render infinite date/timestamps as 'infinity' for json...
commit
|
commitdiff
|
tree
2015-02-26
Andres Freund
Reconsider when to wait for WAL flushes/syncrep during...
commit
|
commitdiff
|
tree
2015-02-26
Fujii Masao
Add note about how to make the SRF detoasted arguments...
commit
|
commitdiff
|
tree
2015-02-26
Noah Misch
Free SQLSTATE and SQLERRM no earlier than other PL...
commit
|
commitdiff
|
tree
2015-02-26
Stephen Frost
Add hasRowSecurity to copyfuncs/outfuncs
commit
|
commitdiff
|
tree
2015-02-26
Stephen Frost
Add locking clause for SB views for update/delete
commit
|
commitdiff
|
tree
2015-02-25
Tom Lane
Fix over-optimistic caching in fetch_array_arg_replace_...
commit
|
commitdiff
|
tree
2015-02-25
Tom Lane
Fix dumping of views that are just VALUES(...) but...
commit
|
commitdiff
|
tree
2015-02-25
Michael Meskes
Remove null-pointer checks that are not needed.
commit
|
commitdiff
|
tree
2015-02-24
Tom Lane
Improve parser's one-extra-token lookahead mechanism.
commit
|
commitdiff
|
tree
2015-02-24
Peter Eisentraut
Error when creating names too long for tar format
commit
|
commitdiff
|
tree
2015-02-24
Heikki Linnakangas
Fix recovery_command -> restore_command typo in 8.3...
commit
|
commitdiff
|
tree
2015-02-24
Heikki Linnakangas
Fix typo in README.
commit
|
commitdiff
|
tree
2015-02-23
Peter Eisentraut
Fix invalid DocBook XML
commit
|
commitdiff
|
tree
2015-02-23
Alvaro Herrera
Fix stupid merge errors in previous commit
commit
|
commitdiff
|
tree
2015-02-23
Tom Lane
Further tweaking of raw grammar output to distinguish...
commit
|
commitdiff
|
tree
2015-02-23
Alvaro Herrera
Support more commands in event triggers
commit
|
commitdiff
|
tree
2015-02-23
Heikki Linnakangas
Replace checkpoint_segments with min_wal_size and max_w...
commit
|
commitdiff
|
tree
2015-02-23
Heikki Linnakangas
Renumber GUC_* constants.
commit
|
commitdiff
|
tree
2015-02-23
Heikki Linnakangas
Refactor unit conversions code in guc.c.
commit
|
commitdiff
|
tree
2015-02-23
Andres Freund
Guard against spurious signals in LockBufferForCleanup.
commit
|
commitdiff
|
tree
2015-02-23
Fujii Masao
Add GUC to control the time to wait before retrieving...
commit
|
commitdiff
|
tree
2015-02-23
Heikki Linnakangas
Fix potential deadlock with libpq non-blocking mode.
commit
|
commitdiff
|
tree
2015-02-22
Tom Lane
Add parse location fields to NullTest and BooleanTest...
commit
|
commitdiff
|
tree
2015-02-22
Tom Lane
Get rid of multiple applications of transformExpr(...
commit
|
commitdiff
|
tree
2015-02-22
Tom Lane
Represent BETWEEN as a special node type in raw parse...
commit
|
commitdiff
|
tree
2015-02-22
Jeff Davis
Rename variable in AllocSetContextCreate to be consistent.
commit
|
commitdiff
|
tree
2015-02-22
Jeff Davis
In array_agg(), don't create a new context for every...
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Try to fix busted gettimeofday() code.
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
commit
|
commitdiff
|
tree
2015-02-21
Andres Freund
Force some system catalog table columns to be marked...
commit
|
commitdiff
|
tree
2015-02-21
Andres Freund
Allow forcing nullness of columns during bootstrap.
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Don't need to explain [1] kluge anymore in xfunc.sgml.
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Minor code beautification in conninfo_uri_parse_params().
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Fix misparsing of empty value in conninfo_uri_parse_par...
commit
|
commitdiff
|
tree
2015-02-21
Robert Haas
Don't require users of src/port/gettimeofday.c to initi...
commit
|
commitdiff
|
tree
2015-02-21
Tom Lane
Some more FLEXIBLE_ARRAY_MEMBER fixes.
commit
|
commitdiff
|
tree
2015-02-20
Tom Lane
Fix statically allocated struct with FLEXIBLE_ARRAY_MEM...
commit
|
commitdiff
|
tree
2015-02-20
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER in some more places.
commit
|
commitdiff
|
tree
2015-02-20
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
commit
|
commitdiff
|
tree
2015-02-20
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
commit
|
commitdiff
|
tree
2015-02-20
Alvaro Herrera
Remove unnecessary and unreliable test
commit
|
commitdiff
|
tree
2015-02-20
Alvaro Herrera
Update PGSTAT_FILE_FORMAT_ID
commit
|
commitdiff
|
tree
2015-02-20
Alvaro Herrera
Have TRUNCATE update pgstat tuple counters
commit
|
commitdiff
|
tree
next