2016-01-27 |
Fujii Masao | Fix volatility marking of pg_size_pretty function |
commit | commitdiff | tree |
2016-01-27 |
Alvaro Herrera | pgbench: improve multi-script support |
commit | commitdiff | tree |
2016-01-27 |
Alvaro Herrera | Mostly mechanical cleanup of pgbench |
commit | commitdiff | tree |
2016-01-26 |
Tom Lane | Fix startup so that log prefix %h works for the log_con... |
commit | commitdiff | tree |
2016-01-26 |
Tom Lane | Improve ResourceOwners' behavior for large numbers... |
commit | commitdiff | tree |
2016-01-26 |
Kevin Grittner | Various fixes to REFRESH MATERIALIZED VIEW tab completion. |
commit | commitdiff | tree |
2016-01-25 |
Tatsuo Ishii | Revert "Fix broken multibyte regression tests." |
commit | commitdiff | tree |
2016-01-24 |
Simon Riggs | Correct comment in GetConflictingVirtualXIDs() |
commit | commitdiff | tree |
2016-01-24 |
Tom Lane | Yet further adjust degree-based trig functions for... |
commit | commitdiff | tree |
2016-01-23 |
Tom Lane | Still further adjust degree-based trig functions for... |
commit | commitdiff | tree |
2016-01-23 |
Tom Lane | Further adjust degree-based trig functions for more... |
commit | commitdiff | tree |
2016-01-23 |
Tom Lane | Adjust degree-based trig functions for more portability. |
commit | commitdiff | tree |
2016-01-23 |
Peter Eisentraut | psql: Improve completion of FDW DDL commands |
commit | commitdiff | tree |
2016-01-22 |
Alvaro Herrera | pg_dump: Fix quoting of domain constraint names |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Add trigonometric functions that work in degrees. |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Improve cross-platform consistency of Inf/NaN handling... |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Improve levenshtein() docs. |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Remove new coupling between NAMEDATALEN and MAX_LEVENSH... |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Make extract() do something more reasonable with infini... |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Suppress compiler warning. |
commit | commitdiff | tree |
2016-01-22 |
Tom Lane | Improve index AMs' opclass validation procedures. |
commit | commitdiff | tree |
2016-01-21 |
Tom Lane | Add defenses against putting expanded objects into... |
commit | commitdiff | tree |
2016-01-21 |
Fujii Masao | Remove unused argument from ginInsertCleanup() |
commit | commitdiff | tree |
2016-01-21 |
Simon Riggs | Refactor headers to split out standby defs |
commit | commitdiff | tree |
2016-01-21 |
Simon Riggs | Speedup 2PC by skipping two phase state files in normal... |
commit | commitdiff | tree |
2016-01-21 |
Peter Eisentraut | psql: Add tab completion for COPY with query |
commit | commitdiff | tree |
2016-01-21 |
Simon Riggs | Refactor to create generic WAL page read callback |
commit | commitdiff | tree |
2016-01-20 |
Robert Haas | Support parallel joins, and make related improvements. |
commit | commitdiff | tree |
2016-01-20 |
Robert Haas | Support multi-stage aggregation. |
commit | commitdiff | tree |
2016-01-20 |
Alvaro Herrera | PostgresNode: Add names to nodes |
commit | commitdiff | tree |
2016-01-20 |
Bruce Momjian | Properly install dynloader.h on MSVC builds |
commit | commitdiff | tree |
2016-01-20 |
Tom Lane | Fix assorted inconsistencies in GIN opclass support... |
commit | commitdiff | tree |
2016-01-19 |
Alvaro Herrera | Add two HyperLogLog functions |
commit | commitdiff | tree |
2016-01-19 |
Tom Lane | Fix assorted inconsistencies in GiST opclass support... |
commit | commitdiff | tree |
2016-01-19 |
Andrew Dunstan | Remove Cygwin-specific code from pg_ctl |
commit | commitdiff | tree |
2016-01-18 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree |
2016-01-18 |
Tom Lane | Add explicit cast to amcostestimate call. |
commit | commitdiff | tree |
2016-01-18 |
Tom Lane | Restructure index access method API to hide most of... |
commit | commitdiff | tree |
2016-01-18 |
Tom Lane | Re-pgindent a few files. |
commit | commitdiff | tree |
2016-01-17 |
Tom Lane | Remove dead code in pg_dump. |
commit | commitdiff | tree |
2016-01-17 |
Peter Eisentraut | psql: Add completion support for DROP INDEX CONCURRENTLY |
commit | commitdiff | tree |
2016-01-15 |
Magnus Hagander | Fix minor typo in comment |
commit | commitdiff | tree |
2016-01-15 |
Robert Haas | Fix spelling mistakes. |
commit | commitdiff | tree |
2016-01-14 |
Tom Lane | Fix build_grouping_chain() to not clobber its input... |
commit | commitdiff | tree |
2016-01-14 |
Magnus Hagander | Properly close token in sspi authentication |
commit | commitdiff | tree |
2016-01-13 |
Tom Lane | Handle extension members when first setting object... |
commit | commitdiff | tree |
2016-01-13 |
Tom Lane | Access pg_dump's options structs through Archive struct... |
commit | commitdiff | tree |
2016-01-13 |
Tom Lane | Run pgindent on src/bin/pg_dump/* |
commit | commitdiff | tree |
2016-01-13 |
Peter Eisentraut | psql: Improve CREATE INDEX CONCURRENTLY tab completion |
commit | commitdiff | tree |
2016-01-13 |
Peter Eisentraut | psql: Fix CREATE INDEX tab completion |
commit | commitdiff | tree |
2016-01-13 |
Peter Eisentraut | psql: Update tab completion comment |
commit | commitdiff | tree |
2016-01-12 |
Simon Riggs | Add new user fn pg_current_xlog_flush_location() |
commit | commitdiff | tree |
2016-01-12 |
Simon Riggs | Maintain local LogwrtResult consistently |
commit | commitdiff | tree |
2016-01-12 |
Tom Lane | Remove no-longer-needed old-style check for incompatibl... |
commit | commitdiff | tree |
2016-01-12 |
Tom Lane | Use LOAD not actual code execution to pull in plpython... |
commit | commitdiff | tree |
2016-01-12 |
Tom Lane | Avoid dump/reload problems when using both plpython2... |
commit | commitdiff | tree |
2016-01-11 |
Robert Haas | Remove obsolete comment. |
commit | commitdiff | tree |
2016-01-11 |
Peter Eisentraut | doc: Fix typo in logical decoding documentation |
commit | commitdiff | tree |
2016-01-09 |
Tom Lane | Remove a useless PG_GETARG_DATUM() call from jsonb_buil... |
commit | commitdiff | tree |
2016-01-09 |
Tom Lane | Add some checks on "char"-type columns to type_sanity... |
commit | commitdiff | tree |
2016-01-09 |
Tom Lane | Clean up some lack-of-STRICT issues in the core code... |
commit | commitdiff | tree |
2016-01-09 |
Tom Lane | Clean up code for widget_in() and widget_out(). |
commit | commitdiff | tree |
2016-01-09 |
Simon Riggs | Revoke change to rmgr desc of btree vacuum |
commit | commitdiff | tree |
2016-01-09 |
Tom Lane | Add STRICT to some C functions created by the regressio... |
commit | commitdiff | tree |
2016-01-09 |
Simon Riggs | Avoid pin scan for replay of XLOG_BTREE_VACUUM |
commit | commitdiff | tree |
2016-01-08 |
Alvaro Herrera | Revert "Blind attempt at a Cygwin fix" |
commit | commitdiff | tree |
2016-01-08 |
Alvaro Herrera | Blind attempt at a Cygwin fix |
commit | commitdiff | tree |
2016-01-08 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
2016-01-08 |
Magnus Hagander | Remove reundand include of TestLib |
commit | commitdiff | tree |
2016-01-08 |
Tom Lane | Marginal cleanup of GROUPING SETS code in grouping_plan... |
commit | commitdiff | tree |
2016-01-08 |
Tom Lane | Delay creation of subplan tlist until after create_plan(). |
commit | commitdiff | tree |
2016-01-07 |
Alvaro Herrera | Fix order of arguments to va_start() |
commit | commitdiff | tree |
2016-01-07 |
Tom Lane | Fix unobvious interaction between -X switch and subdire... |
commit | commitdiff | tree |
2016-01-07 |
Alvaro Herrera | Add win32security to LIBOBJS |
commit | commitdiff | tree |
2016-01-07 |
Tom Lane | Use plain mkdir() not pg_mkdir_p() to create subdirecto... |
commit | commitdiff | tree |
2016-01-07 |
Alvaro Herrera | pgstat: add WAL receiver status view & SRF |
commit | commitdiff | tree |
2016-01-07 |
Tom Lane | Remove vestigial CHECK_FOR_INTERRUPTS call. |
commit | commitdiff | tree |
2016-01-07 |
Tom Lane | Provide more detail in postmaster log for password... |
commit | commitdiff | tree |
2016-01-07 |
Alvaro Herrera | Windows: Make pg_ctl reliably detect service status |
commit | commitdiff | tree |
2016-01-06 |
Tom Lane | In initdb's post-bootstrap phase, drop temp tables... |
commit | commitdiff | tree |
2016-01-06 |
Tom Lane | Comment typo fix. |
commit | commitdiff | tree |
2016-01-05 |
Tatsuo Ishii | Fix typo in create_transform.sgml. |
commit | commitdiff | tree |
2016-01-05 |
Alvaro Herrera | Add scale(numeric) |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | Remove some ancient and unmaintained encoding-conversio... |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | Sort $(wildcard) output where needed for reproducible... |
commit | commitdiff | tree |
2016-01-05 |
Alvaro Herrera | Make pg_receivexlog silent with 9.3 and older servers |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | In opr_sanity regression test, check for unexpected... |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | Make the to_reg*() functions accept text not cstring. |
commit | commitdiff | tree |
2016-01-05 |
Alvaro Herrera | Make pg_shseclabel available in early backend startup |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | Add to_regnamespace() and to_regrole() to the documenta... |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | Convert psql's tab completion for backslash commands... |
commit | commitdiff | tree |
2016-01-05 |
Tom Lane | In psql's tab completion, change most TailMatches patte... |
commit | commitdiff | tree |
2016-01-04 |
Tom Lane | Docs: provide a concrete discussion and example for... |
commit | commitdiff | tree |
2016-01-04 |
Tom Lane | Adjust behavior of row_security GUC to match the docs. |
commit | commitdiff | tree |
2016-01-04 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
2016-01-04 |
Tom Lane | Fix regrole and regnamespace output functions to do... |
commit | commitdiff | tree |
2016-01-04 |
Tom Lane | Fix regrole and regnamespace types to honor quoting... |
commit | commitdiff | tree |
2016-01-04 |
Tom Lane | Fix bogus lock release in RemovePolicyById and RemoveRo... |
commit | commitdiff | tree |
2016-01-04 |
Tom Lane | Do some copy-editing on the docs for row-level security. |
commit | commitdiff | tree |
2016-01-03 |
Tom Lane | Guard against null arguments in binary_upgrade_create_e... |
commit | commitdiff | tree |
next |