2014-05-10 |
Tom Lane | Accept tcl 8.6 in configure's probe for tclsh. |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Tom Lane | Update config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Tom Lane | Fix bogus documentation of json_object_agg(). |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Fix broken allocation logic in recently-rewritten jsonb... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Improve user-facing JSON documentation. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Get rid of bogus dependency on typcategory in to_json... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Robert Haas | Code review for logical decoding patch. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Robert Haas | Remove overeager assertion in logical_heap_begin_rewrite. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Teach add_json() that jsonb is of TYPCATEGORY_JSON. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Fix typcategory labeling of jsonb. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Heikki Linnakangas | More jsonb cleanup. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Improve key representation for GIN jsonb_ops, and fix... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Heikki Linnakangas | Minor cleanup of jsonb_util.c |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Heikki Linnakangas | Avoid some pnstrdup()s when constructing jsonb |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Fix missing dependencies in ecpg's test Makefiles. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Document permissions needed for pg_database_size and... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Increase the default value of effective_cache_size... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Revert "Auto-tune effective_cache size to be 4x shared... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Noah Misch | Un-break ecpg test suite under --disable-integer-datetimes. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Tom Lane | Fix comment. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Tom Lane | Allow for platforms that have optreset but not <getopt.h>. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Heikki Linnakangas | Protect against torn pages when deleting GIN list pages. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Heikki Linnakangas | Include files copied from libpqport in .gitignore |
commit | commitdiff | tree | snapshot |
2014-05-08 |
Tom Lane | Avoid buffer bloat in libpq when server is consistently... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Robert Haas | When a background worker exists with code 0, unregister it. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Heikki Linnakangas | Fix build after removing JsonbValue.estSize field. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Robert Haas | When a bgworker exits, always call ReleasePostmasterChi... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Robert Haas | Restart bgworkers immediately after a crash-and-restart... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Heikki Linnakangas | Clean up jsonb code. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Robert Haas | Detach shared memory from bgworkers without shmem access. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Tom Lane | Fix failure to set ActiveSnapshot while rewinding a... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Robert Haas | Never crash-and-restart for bgworkers without shared... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Tom Lane | Fix some more confusion between uint32 and Datum. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Jeff Davis | Fix interval test, which was broken for floating-point... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Tom Lane | hash_any returns Datum, not uint32 (and definitely... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Jeff Davis | Improve comment for tricky aspect of index-only scans. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Peter Eisentraut | doc: Fix DocBook XML validity |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Bruce Momjian | With ecpg exclusion removed, re-run pgindent for 9.4 |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Bruce Momjian | Remove pgindent ecpg exclusion pattern |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Simon Riggs | pg_basebackup streaming: adjust version check msg |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Improve pgindent test instructions |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Robert Haas | Fix logic bug in dsm_attach(). |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Fix improperly passed file descriptors |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | pgindent run for 9.4 |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Adjust pgindent to remove tabs after periods in C comments. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Fix detection of short tar files, broken by commit... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Simon Riggs | Correct comment in Hot Standby nbtree handling |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Update typedef list in preparation for pgindent run |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | More rewording of pg_stat_statements for 9.4 release... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Simon Riggs | pg_basebackup streaming: adjust version check msg |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Heikki Linnakangas | Fix use of free in walsender error handling after a... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Michael Meskes | Fix handling of array of char pointers in ecpglib. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Properly detect read and write errors in pg_dump/dumpal... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Update 9.4 release notes for queryid control |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Tom Lane | Run autoconf in wake of commit a692ee5870f0f442565b4c4b... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Bruce Momjian | Move pg_stat_statements into its on 9.4 release note... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Bruce Momjian | In 9.4 release notes, add detail to pg_stat_statements... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Bruce Momjian | Improve JSONB 9.4 release text |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Bruce Momjian | Add doc links to 9.4 release notes, and add major featu... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Tom Lane | Fix possible cache invalidation failure in ReceiveShare... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Tom Lane | Fix pg_type.typlen for newly-revived line type. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Bruce Momjian | Add SGML markup tags to 9.4 release notes |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Tom Lane | Fix case of pg_dump -Fc to an unseekable file (such... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Bruce Momjian | Update "huge pages" description in the 9.4 release... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Bruce Momjian | Update 9.4 release notes with feedback from the hackers... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Robert Haas | doc: In FDW handler docs, mark up scan_clauses with... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Heikki Linnakangas | Pass sensible value to memset() when randomizing reorde... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Heikki Linnakangas | Don't leak memory after connection aborts in pg_recvlog... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Heikki Linnakangas | Use Size instead of uint32 to store result of sizeof() |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Heikki Linnakangas | Assert that pre/post-fix updated tuples are on the... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Heikki Linnakangas | Replace SYSTEMQUOTEs with Windows-specific wrapper... |
commit | commitdiff | tree | snapshot |
2014-05-04 |
Bruce Momjian | Add missing 9.4 release file. |
commit | commitdiff | tree | snapshot |
2014-05-04 |
Bruce Momjian | Initial version of Postgres 9.4 release notes |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Peter Eisentraut | doc: Update pg_basebackup version compatibility claim... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Tom Lane | Fix yet another corner case in dumping rules/views... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tom Lane | Fix "quiet inline" configure test for newer clang compi... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tom Lane | Fix failure to detoast fields in composite elements... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Robert Haas | Documentation corrections for pg_replication_slots. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Improve error messages in reorderbuffer.c. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Robert Haas | Consistently allow reading of messages from a detached... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Rationalize common/relpath.[hc]. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Check for interrupts and stack overflow during rule... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Reduce indentation/parenthesization of set operations... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Limit overall indentation in rule/view dumps. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Fix indentation of JOIN clauses in rule/view dumps. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Tom Lane | Fix uninitialized-variable warnings induced by recent... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Heikki Linnakangas | Add missing SYSTEMQUOTEs |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Peter Eisentraut | PL/Python: Adjust the regression tests for Python 3.4 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Tom Lane | Improve planner to drop constant-NULL inputs of AND... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Greg Stark | Remove unnecessary cast causing a warning |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Greg Stark | Add support for wrapping to psql's "extended" mode... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Heikki Linnakangas | Fix two bugs in WAL-logging of GIN pending-list pages. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Robert Haas | Minor fixes for ALTER TABLE documentation. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Tom Lane | Can't completely get rid of #ifndef FRONTEND in palloc... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Tom Lane | Improve generation algorithm for database system identi... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Tom Lane | Don't #include utils/palloc.h in common/fe_memutils.h. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Tom Lane | Record the proper typmod for an index expression column. |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Tom Lane | Fix off-by-one bug in LWLockRegisterTranche(). |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Tom Lane | Clean up temp installations after client program tests. |
commit | commitdiff | tree | snapshot |
next |