| 2019-02-15 |
Alvaro Herrera | Fix compiler builtin usage in new pg_bitutils.c |
commit | commitdiff | tree |
| 2019-02-15 |
Peter Eisentraut | doc: Update README.links |
commit | commitdiff | tree |
| 2019-02-15 |
Peter Eisentraut | Use standard diff separator for regression.diffs |
commit | commitdiff | tree |
| 2019-02-15 |
Michael Paquier | Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE |
commit | commitdiff | tree |
| 2019-02-15 |
Thomas Munro | Fix race in dsm_attach() when handles are reused. |
commit | commitdiff | tree |
| 2019-02-15 |
Tom Lane | Simplify the planner's new representation of indexable... |
commit | commitdiff | tree |
| 2019-02-14 |
Peter Eisentraut | Get rid of another unconstify through API changes |
commit | commitdiff | tree |
| 2019-02-14 |
Peter Eisentraut | Resolve one unconstify use |
commit | commitdiff | tree |
| 2019-02-14 |
Tom Lane | Move pattern selectivity code from selfuncs.c to like_s... |
commit | commitdiff | tree |
| 2019-02-13 |
Alvaro Herrera | Fix portability issues in pg_bitutils |
commit | commitdiff | tree |
| 2019-02-13 |
Andrew Gierth | Remove a stray subnormal value from float tests. |
commit | commitdiff | tree |
| 2019-02-13 |
Alvaro Herrera | Add -mpopcnt to all compiles of pg_bitutils.c |
commit | commitdiff | tree |
| 2019-02-13 |
Andrew Gierth | More float test and portability fixes. |
commit | commitdiff | tree |
| 2019-02-13 |
Alvaro Herrera | Add basic support for using the POPCNT and SSE4.2s... |
commit | commitdiff | tree |
| 2019-02-13 |
Andrew Gierth | Fix an overlooked UINT32_MAX. |
commit | commitdiff | tree |
| 2019-02-13 |
Andrew Gierth | Change floating-point output format for improved perfor... |
commit | commitdiff | tree |
| 2019-02-13 |
Andrew Gierth | Use strtof() and not strtod() for float4 input. |
commit | commitdiff | tree |
| 2019-02-13 |
Peter Eisentraut | More unconstify use |
commit | commitdiff | tree |
| 2019-02-13 |
Peter Eisentraut | Remove useless casts |
commit | commitdiff | tree |
| 2019-02-13 |
Michael Paquier | Fix comment related to calculation location of total_ta... |
commit | commitdiff | tree |
| 2019-02-13 |
Thomas Munro | Fix rare dsa_allocate() failures due to freepage.c... |
commit | commitdiff | tree |
| 2019-02-12 |
Tom Lane | Clean up planner confusion between ncolumns and nkeycol... |
commit | commitdiff | tree |
| 2019-02-12 |
Alvaro Herrera | Relax overly strict assertion |
commit | commitdiff | tree |
| 2019-02-12 |
Alvaro Herrera | Blind attempt at fixing Windows build |
commit | commitdiff | tree |
| 2019-02-12 |
Alvaro Herrera | Use Getopt::Long for catalog scripts |
commit | commitdiff | tree |
| 2019-02-12 |
Tom Lane | Fix erroneous error reports in snapbuild.c. |
commit | commitdiff | tree |
| 2019-02-12 |
Michael Paquier | Fix description of WAL record XLOG_PARAMETER_CHANGE |
commit | commitdiff | tree |
| 2019-02-12 |
Tom Lane | Fix header inclusion issue. |
commit | commitdiff | tree |
| 2019-02-12 |
Michael Paquier | Clarify docs about limitations of constraint exclusion... |
commit | commitdiff | tree |
| 2019-02-12 |
Tom Lane | Allow extensions to generate lossy index conditions. |
commit | commitdiff | tree |
| 2019-02-12 |
Michael Paquier | Move max_wal_senders out of max_connections for connect... |
commit | commitdiff | tree |
| 2019-02-11 |
Tom Lane | Redesign the partition dependency mechanism. |
commit | commitdiff | tree |
| 2019-02-11 |
Alvaro Herrera | Fix misleading PG_RE_THROW commentary |
commit | commitdiff | tree |
| 2019-02-11 |
Peter Eisentraut | Adjust gratuitously different error message wording |
commit | commitdiff | tree |
| 2019-02-11 |
Peter Eisentraut | Remove unused macro |
commit | commitdiff | tree |
| 2019-02-11 |
Tom Lane | Fix indexable-row-comparison logic to account for cover... |
commit | commitdiff | tree |
| 2019-02-10 |
Tom Lane | Add per-test-script runtime display to pg_regress. |
commit | commitdiff | tree |
| 2019-02-10 |
Alvaro Herrera | Fix trigger drop procedure |
commit | commitdiff | tree |
| 2019-02-10 |
Tom Lane | Solve cross-version-upgrade testing problem induced... |
commit | commitdiff | tree |
| 2019-02-10 |
Tom Lane | Repair unsafe/unportable snprintf usage in pg_restore. |
commit | commitdiff | tree |
| 2019-02-09 |
Tom Lane | Build out the planner support function infrastructure. |
commit | commitdiff | tree |
| 2019-02-09 |
Tom Lane | Create the infrastructure for planner support functions. |
commit | commitdiff | tree |
| 2019-02-09 |
Tom Lane | Refactor the representation of indexable clauses in... |
commit | commitdiff | tree |
| 2019-02-09 |
Tom Lane | Call set_rel_pathlist_hook before generate_gather_paths... |
commit | commitdiff | tree |
| 2019-02-09 |
Peter Eisentraut | Use better comment marker in Autoconf input |
commit | commitdiff | tree |
| 2019-02-09 |
Andres Freund | Reset, not recreate, execGrouping.c style hashtables. |
commit | commitdiff | tree |
| 2019-02-09 |
Andres Freund | Allow to reset execGrouping.c style tuple hashtables. |
commit | commitdiff | tree |
| 2019-02-09 |
Andres Freund | simplehash: Add support for resetting a hashtable's... |
commit | commitdiff | tree |
| 2019-02-09 |
Andres Freund | Plug leak in BuildTupleHashTable by creating ExprContex... |
commit | commitdiff | tree |
| 2019-02-08 |
Tom Lane | Defend against null error message reported by libxml2. |
commit | commitdiff | tree |
| 2019-02-08 |
Tom Lane | Doc: fix thinko in description of how to escape a backs... |
commit | commitdiff | tree |
| 2019-02-08 |
Peter Eisentraut | Fix error handling around ssl_*_protocol_version settings |
commit | commitdiff | tree |
| 2019-02-08 |
Peter Eisentraut | Add some const decorations |
commit | commitdiff | tree |
| 2019-02-07 |
Michael Paquier | Add pg_partition_root to display top-most parent of... |
commit | commitdiff | tree |
| 2019-02-07 |
Tom Lane | Split create_foreignscan_path() into three functions. |
commit | commitdiff | tree |
| 2019-02-07 |
Andrew Dunstan | Fix perl searchpath for gen_keywordlist.pl |
commit | commitdiff | tree |
| 2019-02-07 |
Andrew Dunstan | Fix searchpath and module location for pg_rewind and... |
commit | commitdiff | tree |
| 2019-02-07 |
Peter Eisentraut | Use EXECUTE FUNCTION syntax for triggers more |
commit | commitdiff | tree |
| 2019-02-07 |
Peter Eisentraut | Allow some recovery parameters to be changed with reload |
commit | commitdiff | tree |
| 2019-02-07 |
Peter Eisentraut | Add collation assignment to CALL statement |
commit | commitdiff | tree |
| 2019-02-07 |
Amit Kapila | Doc: Update the documentation for row movement behavior... |
commit | commitdiff | tree |
| 2019-02-07 |
Michael Paquier | Align better test output regex with grammar in pg_dump... |
commit | commitdiff | tree |
| 2019-02-07 |
Michael Paquier | Add more tests for CREATE TABLE AS with WITH NO DATA |
commit | commitdiff | tree |
| 2019-02-06 |
Peter Geoghegan | Avoid amcheck inline compression false positives. |
commit | commitdiff | tree |
| 2019-02-06 |
Peter Eisentraut | Hide cascade messages in collate tests |
commit | commitdiff | tree |
| 2019-02-06 |
Tom Lane | Propagate lateral-reference information to indirect... |
commit | commitdiff | tree |
| 2019-02-06 |
Andrew Dunstan | Unify searchpath and do file logic in MSVC build scripts. |
commit | commitdiff | tree |
| 2019-02-06 |
Andres Freund | Fix heap_getattr() handling of fast defaults. |
commit | commitdiff | tree |
| 2019-02-06 |
Michael Paquier | Tighten some regexes with proper character escaping... |
commit | commitdiff | tree |
| 2019-02-06 |
Andrew Dunstan | Fix included file path for modern perl |
commit | commitdiff | tree |
| 2019-02-05 |
Andrew Dunstan | Keep perl style checker happy |
commit | commitdiff | tree |
| 2019-02-05 |
Tom Lane | Update time zone data files to tzdata release 2018i. |
commit | commitdiff | tree |
| 2019-02-05 |
Andrew Dunstan | Fix searchpath for modern Perl for genbki.pl |
commit | commitdiff | tree |
| 2019-02-05 |
Tom Lane | Remove unnecessary "inline" marker introduced in commit... |
commit | commitdiff | tree |
| 2019-02-05 |
Tom Lane | Doc: in each release branch, keep only that branch... |
commit | commitdiff | tree |
| 2019-02-04 |
Tom Lane | Fix dumping of matviews with indirect dependencies... |
commit | commitdiff | tree |
| 2019-02-04 |
Peter Eisentraut | Remove unused macro |
commit | commitdiff | tree |
| 2019-02-04 |
Andrew Gierth | Move port-specific parts of with_temp_install to port... |
commit | commitdiff | tree |
| 2019-02-04 |
Amit Kapila | Make FSM test portable. |
commit | commitdiff | tree |
| 2019-02-04 |
Amit Kapila | Avoid creation of the free space map for small heap... |
commit | commitdiff | tree |
| 2019-02-04 |
Michael Paquier | Clarify behavior of initdb's --allow-group-access on... |
commit | commitdiff | tree |
| 2019-02-03 |
Thomas Munro | Add shared_memory_type GUC. |
commit | commitdiff | tree |
| 2019-02-03 |
Andres Freund | Move page initialization from RelationAddExtraBlocks... |
commit | commitdiff | tree |
| 2019-02-03 |
Michael Paquier | Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables... |
commit | commitdiff | tree |
| 2019-02-02 |
Amit Kapila | Avoid possible deadlock while locking multiple heap... |
commit | commitdiff | tree |
| 2019-02-02 |
Michael Paquier | Improve installation instructions with pg_ctl in docume... |
commit | commitdiff | tree |
| 2019-02-01 |
Alvaro Herrera | Renaming for new subscripting mechanism |
commit | commitdiff | tree |
| 2019-02-01 |
Alvaro Herrera | Add ArchiveOpts to pass options to ArchiveEntry |
commit | commitdiff | tree |
| 2019-02-01 |
Thomas Munro | Add combining characters to unaccent.rules. |
commit | commitdiff | tree |
| 2019-02-01 |
Alvaro Herrera | Move building of child base quals out into a new function |
commit | commitdiff | tree |
| 2019-02-01 |
Michael Paquier | Adjust comment about timeout when waiting for WAL at... |
commit | commitdiff | tree |
| 2019-02-01 |
Michael Paquier | Fix use of dangling pointer in heap_delete() when loggi... |
commit | commitdiff | tree |
| 2019-01-31 |
Peter Eisentraut | Add more columns to pg_stat_ssl |
commit | commitdiff | tree |
| 2019-01-31 |
Michael Paquier | Add --min-xid-age and --min-mxid-age options to vacuumdb |
commit | commitdiff | tree |
| 2019-01-31 |
Tom Lane | Allow RECORD and RECORD[] to be specified in function... |
commit | commitdiff | tree |
| 2019-01-30 |
Peter Eisentraut | Log PostgreSQL version number on startup |
commit | commitdiff | tree |
| 2019-01-30 |
Peter Eisentraut | postmaster: Start syslogger earlier |
commit | commitdiff | tree |
| 2019-01-30 |
Michael Meskes | Change error handling of out of scope variables in... |
commit | commitdiff | tree |
| 2019-01-30 |
Michael Meskes | Make some ecpg test cases more robust against unexpecte... |
commit | commitdiff | tree |
| 2019-01-30 |
Michael Meskes | Make sure that ecpglib's statement variable has a defin... |
commit | commitdiff | tree |
| next |