git.postgresql.org Git - postgresql.git/shortlog
git
projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
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
2015年02月20日
Tom Lane
Some more FLEXIBLE_ARRAY_MEMBER hacking.
commit
|
commitdiff
|
tree
2015年02月20日
Tom Lane
Remove unused variable.
commit
|
commitdiff
|
tree
2015年02月20日
Tom Lane
Use "#ifdef CATALOG_VARLEN" to protect nullable fields...
commit
|
commitdiff
|
tree
2015年02月20日
Tom Lane
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
commit
|
commitdiff
|
tree
2015年02月20日
Tom Lane
Add pg_stat_get_snapshot_timestamp() to show statistics...
commit
|
commitdiff
|
tree
2015年02月19日
Heikki Linnakangas
Remove dead structs.
commit
|
commitdiff
|
tree
2015年02月19日
Tom Lane
Update assorted TOAST-related documentation.
commit
|
commitdiff
|
tree
2015年02月19日
Tom Lane
Split array_push into separate array_append and array_p...
commit
|
commitdiff
|
tree
2015年02月19日
Peter Eisentraut
Fix Perl coding error in msvc build system
commit
|
commitdiff
|
tree
2015年02月18日
Alvaro Herrera
Fix opclass/opfamily identity strings
commit
|
commitdiff
|
tree
2015年02月18日
Alvaro Herrera
Fix object identities for pg_conversion objects
commit
|
commitdiff
|
tree
2015年02月18日
Tom Lane
Fix placement of "SET row_security" command issuance...
commit
|
commitdiff
|
tree
2015年02月18日
Tom Lane
Fix failure to honor -Z compression level option in...
commit
|
commitdiff
|
tree
2015年02月17日
Tom Lane
Fix EXPLAIN output for cases where parent table is...
commit
|
commitdiff
|
tree
2015年02月17日
Heikki Linnakangas
Fix a bug in pairing heap removal code.
commit
|
commitdiff
|
tree
2015年02月17日
Heikki Linnakangas
Fix knn-GiST queue comparison function to return heap...
commit
|
commitdiff
|
tree
2015年02月17日
Tom Lane
Remove code to match IPv4 pg_hba.conf entries to IPv4...
commit
|
commitdiff
|
tree
2015年02月17日
Robert Haas
Improve pg_check_dir code and comments.
commit
|
commitdiff
|
tree
2015年02月16日
Kevin Grittner
Eliminate unnecessary NULL checks in picksplit method...
commit
|
commitdiff
|
tree
2015年02月16日
Tom Lane
Fix misuse of memcpy() in check_ip().
commit
|
commitdiff
|
tree
2015年02月16日
Heikki Linnakangas
Fix comment in libpq OpenSSL code about why a substitue...
commit
|
commitdiff
|
tree
2015年02月16日
Heikki Linnakangas
Restore the SSL_set_session_id_context() call to OpenSS...
commit
|
commitdiff
|
tree
2015年02月16日
Tom Lane
Use fast path in plpgsql's RETURN/RETURN NEXT in more...
commit
|
commitdiff
|
tree
2015年02月16日
Heikki Linnakangas
In the SSL test suite, use a root CA cert that won...
commit
|
commitdiff
|
tree
2015年02月16日
Tom Lane
Rationalize the APIs of array element/slice access...
commit
|
commitdiff
|
tree
2015年02月16日
Fujii Masao
Correct the path of pg_lzcompress.c in doc.
commit
|
commitdiff
|
tree
2015年02月16日
Tom Lane
Fix null-pointer-deref crash while doing COPY IN with...
commit
|
commitdiff
|
tree
2015年02月15日
Andrew Dunstan
Minor housekeeping on JSON docs.
commit
|
commitdiff
|
tree
2015年02月15日
Peter Eisentraut
pg_regress: Write processed input/*.source into output dir
commit
|
commitdiff
|
tree
2015年02月14日
Tom Lane
Avoid returning undefined bytes in chkpass_in().
commit
|
commitdiff
|
tree
2015年02月13日
Heikki Linnakangas
Fix broken #ifdef for __sparcv8
commit
|
commitdiff
|
tree
2015年02月13日
Heikki Linnakangas
Simplify waiting logic in reading from / writing to...
commit
|
commitdiff
|
tree
2015年02月13日
Heikki Linnakangas
Simplify the way OpenSSL renegotiation is initiated...
commit
|
commitdiff
|
tree
2015年02月12日
Bruce Momjian
pg_upgrade: improve checksum mismatch error message
commit
|
commitdiff
|
tree
2015年02月12日
Bruce Momjian
pg_upgrade: quote directory names in delete_old_cluste...
commit
|
commitdiff
|
tree
2015年02月12日
Bruce Momjian
pg_upgrade: preserve freeze info for postgres/template...
commit
|
commitdiff
|
tree
2015年02月12日
Andres Freund
Fix typo in logicaldecoding.sgml.
commit
|
commitdiff
|
tree
2015年02月12日
Tom Lane
Fix missing PQclear() in libpqrcv_endstreaming().
commit
|
commitdiff
|
tree
2015年02月12日
Tom Lane
Fix minor memory leak in ident_inet().
commit
|
commitdiff
|
tree
2015年02月11日
Tom Lane
Fix more memory leaks in failure path in buildACLCommands.
commit
|
commitdiff
|
tree
2015年02月11日
Tom Lane
Fix pg_dump's heuristic for deciding which casts to...
commit
|
commitdiff
|
tree
2015年02月11日
Tom Lane
Fix GEQO to not assume its join order heuristic always...
commit
|
commitdiff
|
tree
2015年02月10日
Michael Meskes
Fixed array handling in ecpg.
commit
|
commitdiff
|
tree
2015年02月10日
Heikki Linnakangas
Speed up CRC calculation using slicing-by-8 algorithm.
commit
|
commitdiff
|
tree
2015年02月09日
Heikki Linnakangas
Fix MSVC build.
commit
|
commitdiff
|
tree
2015年02月09日
Tom Lane
Minor cleanup/code review for "indirect toast" stuff.
commit
|
commitdiff
|
tree
2015年02月09日
Heikki Linnakangas
Move pg_crc.c to src/common, and remove pg_crc_tables.h
commit
|
commitdiff
|
tree
next
This is the main PostgreSQL git repository.
RSS
Atom
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル