2015-04-03 |
Alvaro Herrera | Transform ALTER TABLE/SET TYPE/USING expr during parse... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Alvaro Herrera | Add log_min_autovacuum_duration per-table option |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Alvaro Herrera | Have autovacuum workers listen to SIGHUP, too |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Fujii Masao | Fix error handling of XLogReaderAllocate in case of OOM |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Robert Haas | Change the way we decide whether to give up on abbrevia... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Fujii Masao | Rework handling of OOM when allocating record buffer... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Fujii Masao | Add palloc_extended for frontend and backend. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Tom Lane | Fix rare startup failure induced by MVCC-catalog-scans... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Fujii Masao | Add markup for replaceable parameters to pg_rewind... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | Improve pgbench error reporting. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | Repair stupid mistake in preprocessor directive. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | After a crash, don't restart workers with BGW_NEVER_RES... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | Use abbreviated keys for faster sorting of numeric... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Alvaro Herrera | autovacuum: Fix polarity of "wraparound" variable |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | Add missing calls to DatumGetUInt32. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Andres Freund | Define integer limits independently from the system... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Alvaro Herrera | psql: fix \connect with URIs and conninfo strings |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | Revert "psql: fix \connect with URIs and conninfo strings" |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Simon Riggs | Correct comment to use RS_EPHEMERAL |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Alvaro Herrera | psql: fix \connect with URIs and conninfo strings |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Bruce Momjian | pg_upgrade: call 'postgres' binary to get data directo... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Tom Lane | Provide real selectivity estimators for inet/cidr opera... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Heikki Linnakangas | Move inet/cidr GiST opclass functions to correct place... |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Tom Lane | Fix incorrect markup in documentation of window frame... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Fujii Masao | Make pg_ctl use SIGINT as a default shutdown signal. |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Bruce Momjian | initdb: remove unnecessary VACUUM FULL |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Bruce Momjian | pg_ctl: change default shutdown mode from 'smart'... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Bruce Momjian | psql: add asciidoc output format |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Bruce Momjian | btree_gin: properly call DirectFunctionCall1() |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Heikki Linnakangas | Remove spurious semicolons. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Andrew Dunstan | Run pg_upgrade and pg_resetxlog with restricted token... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Fix bogus concurrent use of _hash_getnewbuf() in bucket... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Alvaro Herrera | Change array_offset to return subscripts, not offsets |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Alvaro Herrera | Fix lost persistence setting during REINDEX INDEX |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Be more careful about printing constants in ruleutils.c. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Fix rare core dump in BackendIdGetTransactionIds(). |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Heikki Linnakangas | Add index-only scan support to range type GiST opclass. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Clean up all the cruft after a pg_rewind test run. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Fix multiple bugs and infelicities in pg_rewind. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Tom Lane | Add vacuum_delay_point call in compute_index_stats... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Tom Lane | Make ginbuild's funcCtx be independent of its tmpCtx. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Tom Lane | Remove a couple other vestigial yylex() declarations. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Tom Lane | Minor code cleanups in pgbench expression support. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Tom Lane | Better fix for misuse of Float8GetDatumFast(). |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Andrew Dunstan | Add a pager_min_lines setting to psql |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Andrew Dunstan | Use standard librart sqrt function in pg_stat_statements |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Heikki Linnakangas | Add index-only scan support to inet GiST opclass. |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Heikki Linnakangas | Add index-only scan support to btree_gist. |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Andrew Dunstan | Fix portability issues with stddev in pg_stat_statements |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Andrew Dunstan | Add stats for min, max, mean, stddev times to pg_stat_s... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Heikki Linnakangas | Minor refactoring of btree_gist code. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Heikki Linnakangas | Fix GiST index-only scans for opclasses with different... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Tom Lane | Tweak __attribute__-wrapping macros for better pgindent... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Heikki Linnakangas | Add support for index-only scans in GiST. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Heikki Linnakangas | Minor cleanup of GiST code, for readability. |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Tom Lane | Suppress some unused-variable complaints in new LOCK_DE... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Tatsuo Ishii | Make SyncRepWakeQueue to a static function |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Tom Lane | Add an ASSERT statement in plpgsql. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Andres Freund | Centralize definition of integer limits. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Alvaro Herrera | Return ObjectAddress in many ALTER TABLE sub-routines |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Tom Lane | Upgrade src/port/rint.c to be POSIX-compliant. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Kevin Grittner | Reduce pinning and buffer content locking for btree... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Alvaro Herrera | Add OID output argument to DefineTSConfiguration |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Alvaro Herrera | Fix bug for array-formatted identities of user mappings |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Alvaro Herrera | Fix gram.y comment to match reality |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Bruce Momjian | Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74 |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Bruce Momjian | PL/pgSQL docs: recommend format() for query construction |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Bruce Momjian | psql: show proper row count in \x mode for zero-column... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Bruce Momjian | docs: clarify when MVCC snapshot is taken |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Bruce Momjian | btree_gin: properly call DirectFunctionCall1() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Bruce Momjian | doc: update NUMERIC to state that only some ops are... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Bruce Momjian | Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Tom Lane | Fix ExecOpenScanRelation to take a lock on a ROW_MARK_C... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Tom Lane | Apply table and domain CHECK constraints in name order. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Alvaro Herrera | vacuumdb: Check result status of PQsendQuery |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Heikki Linnakangas | Try to fix MSVC build of pg_rewind. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Heikki Linnakangas | Add pg_rewind, for re-synchronizing a master server... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Andres Freund | Don't delay replication for less than recovery_min_appl... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Andres Freund | Fix copy & paste error in 4f1b890b137. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Robert Haas | Remove ill-advised pre-check for DSM segment exhaustion. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Bruce Momjian | to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14 |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Andres Freund | Fix minor copy & pasto in the int128 accumulator patch. |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Tom Lane | Allow foreign tables to participate in inheritance. |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Bruce Momjian | rm src/test/performance |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Bruce Momjian | Add TOAST table to pg_shseclabel for long label use |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Bruce Momjian | Use mmap MAP_NOSYNC option to limit shared memory writes |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Bruce Momjian | to_char(float4/8): don't print "junk" digits |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Bruce Momjian | to_char(float4/8): zero pad to specified length |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Heikki Linnakangas | Make pg_xlogdump MSVC build work more like others. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Bruce Momjian | pg_recvlogical: update --help description |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Bruce Momjian | docs: clarify the use of shell types |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Bruce Momjian | C comment: clearify SQL command mention |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Bruce Momjian | vacuumdb --help text: clarify analyze-only |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Bruce Momjian | doc: add comma for clarity |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Bruce Momjian | C comment: update lock level mention in comment |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Andres Freund | Use 128-bit math to accelerate some aggregation functions. |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Andres Freund | Add, optional, support for 128bit integers. |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Bruce Momjian | docs: mention the optimizer can increase the index... |
commit | commitdiff | tree | snapshot |
next |