2016-03-28 |
Alvaro Herrera | Update expected file from quoting change |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Alvaro Herrera | pg_rewind: Improve internationalization |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Alvaro Herrera | Fix minor leak in pg_dump for ACCESS METHOD. |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Alvaro Herrera | Improve internationalization of messages involving... |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Teodor Sigaev | psql tab-complete for CREATE/DROP ACCESS METHOD |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Teodor Sigaev | Fix comment in pg_dump. |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Alvaro Herrera | Add missing checks to some of pageinspect's BRIN functions |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Stephen Frost | Reset plan->row_security_env and planUserId |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Tom Lane | Code and docs review for commit 3187d6de0e5a9e805b27c48... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Tom Lane | Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Tom Lane | Guard against zero vardata.rel->tuples in estimate_hash... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Tom Lane | Clamp adjusted ndistinct to positive integer in estimat... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Andres Freund | pg_rewind: fsync target data directory. |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Andres Freund | Fix LWLockReportWaitEnd() parameter list to be (void). |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Andres Freund | pg_rewind: Close backup_label file descriptor. |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Andres Freund | Don't use !! but != 0/NULL to force boolean evaluation. |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Andres Freund | Change various Gin*Is* macros to return 0/1. |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Tom Lane | First-draft release notes for 9.5.2. |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Tom Lane | Modernize zic's test for valid timezone abbreviations. |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Tom Lane | Avoid a couple of zero-divide scenarios in the planner. |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Update time zone data files to tzdata release 2016c. |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Fix PL/Tcl for vpath builds. |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Improve PL/Tcl errorCode facility by providing decoded... |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | In PL/Tcl, make database errors return additional info... |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Fix DROP OPERATOR to reset oprcom/oprnegate links to... |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Don't split up SRFs when choosing to postpone SELECT... |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Link libpq after libpgfeutils to satisfy Windows linker. |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Move psql's psqlscan.l into src/fe_utils. |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Tom Lane | Move psql's print.c and mbprint.c into src/fe_utils. |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Tom Lane | Suppress compiler warning for get_am_type_string(). |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Tom Lane | Add missed inclusion requirement in Mkvcbuild.pm. |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Tom Lane | Create src/fe_utils/, and move stuff into there from... |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Robert Haas | Improve documentation for combine functions. |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Robert Haas | Use correct GetDatum function. |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Tom Lane | Avoid PGDLLIMPORT for simple local references in fronte... |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Alvaro Herrera | Support CREATE ACCESS METHOD |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Tom Lane | Move keywords.c/kwlookup.c into src/common/. |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Robert Haas | Disable abbreviated keys for string-sorting in non... |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Robert Haas | postgres_fdw: Fix crash when pushing down multiple... |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Robert Haas | Partition the freelist for shared dynahash tables. |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Tom Lane | Code review for error reports in jsonb_set(). |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Tom Lane | Fix unsafe use of strtol() on a non-null-terminated... |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Simon Riggs | Change comment to describe correct lock level used |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Tom Lane | Fix EvalPlanQual bug when query contains both locked... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Teodor Sigaev | Improve docs of pg_trgm changes |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Fujii Masao | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Tom Lane | Allow the delay in psql's \watch command to be a fracti... |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Tom Lane | Improve header output from psql's \watch command. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Tom Lane | Clean up some Coverity complaints about commit 0bf3ae88... |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Robert Haas | Make max_parallel_degree PGC_USERSET. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Robert Haas | Support parallel aggregation. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Andres Freund | Properly declare FeBeWaitSet. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Andres Freund | Introduce WaitEventSet API. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Andres Freund | Combine win32 and unix latch implementations. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Andres Freund | Second attempt at fixing MSVC build for 68ab8e8ba4a471d9. |
commit | commitdiff | tree | snapshot |
2016-03-21 |
Tom Lane | Use %option bison-bridge in psql/pgbench lexers. |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Tom Lane | Best-guess attempt at fixing MSVC build for 68ab8e8ba4a... |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Tom Lane | SQL commands in pgbench scripts are now ended by semico... |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Andrew Dunstan | Remove dependency on psed for MSVC builds. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Fix phony .PHONY. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Make pgbench's expression lexer reentrant. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Alvaro Herrera | pgbench: Silence new compiler warnings |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Typo fix. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Sync backend/parser/scan.l with bin/psql/psqlscan.l. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Build backend/parser/scan.l and interfaces/ecpg/preproc... |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Alvaro Herrera | pgbench: Allow changing weights for scripts |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | With ancient gcc, skip pg_attribute_printf() on functio... |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Peter Eisentraut | Allow SSL server key file to have group read access... |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Andres Freund | Fix stupid omission in c4901a1e. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Fix missed update in _readForeignScan(). |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Use yylex_init not yylex_init_extra(). |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Suppress FLEX_NO_BACKUP check for psqlscanslash.l. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Split psql's lexer into two separate .l files for SQL... |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Tom Lane | Convert psql's flex lexer to be re-entrant, and make... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Peter Eisentraut | Merge wal_level "archive" and "hot_standby" into new... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Tom Lane | Decouple psqlscan.l from surrounding program. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Robert Haas | Use INT64_FORMAT instead of %ld for int64. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Andres Freund | Only clear latch self-pipe/event if there is a pending... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Andres Freund | Make it easier to choose the used waiting primitive... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Andres Freund | Error out if waiting on socket readiness without a... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Andres Freund | Remove unused, and dangerous, TestLatch() macro. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Robert Haas | Directly modify foreign tables. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Tom Lane | Clean up some misplaced #includes. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Teodor Sigaev | Fix a typo |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Teodor Sigaev | Introduce parse_ident() |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Robert Haas | Push scan/join target list beneath Gather when possible. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Robert Haas | Various minor corrections of and improvements to comments. |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Teodor Sigaev | pg_trgm's set_limit() now uses SetConfigOption() |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Alvaro Herrera | docs: Fix typo'd brin_summarize_new_values |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Tom Lane | Remove useless double calls of make_parsestate(). |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Robert Haas | Update tuplesort.c comments for memory mangement improv... |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Robert Haas | Improve memory management for external sorts. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Tom Lane | Fix assorted breakage in to_char()'s OF format option. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Teodor Sigaev | Improve support of Hunspell |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Robert Haas | Fix typos. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Peter Eisentraut | Add syslog_split_messages parameter |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Peter Eisentraut | Add syslog_sequence_numbers parameter |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Tom Lane | Fix "pg_bench -C -M prepared". |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Tom Lane | Fix j2day() to behave sanely for negative Julian dates. |
commit | commitdiff | tree | snapshot |
next |