| 2015-04-01 |
Alvaro Herrera | psql: fix \connect with URIs and conninfo strings |
commit | commitdiff | tree |
| 2015-04-01 |
Bruce Momjian | pg_upgrade: call 'postgres' binary to get data directo... |
commit | commitdiff | tree |
| 2015-04-01 |
Tom Lane | Provide real selectivity estimators for inet/cidr opera... |
commit | commitdiff | tree |
| 2015-04-01 |
Heikki Linnakangas | Move inet/cidr GiST opclass functions to correct place... |
commit | commitdiff | tree |
| 2015-04-01 |
Tom Lane | Fix incorrect markup in documentation of window frame... |
commit | commitdiff | tree |
| 2015-03-31 |
Fujii Masao | Make pg_ctl use SIGINT as a default shutdown signal. |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | initdb: remove unnecessary VACUUM FULL |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | pg_ctl: change default shutdown mode from 'smart'... |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | psql: add asciidoc output format |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | btree_gin: properly call DirectFunctionCall1() |
commit | commitdiff | tree |
| 2015-03-31 |
Heikki Linnakangas | Remove spurious semicolons. |
commit | commitdiff | tree |
| 2015-03-30 |
Andrew Dunstan | Run pg_upgrade and pg_resetxlog with restricted token... |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Fix bogus concurrent use of _hash_getnewbuf() in bucket... |
commit | commitdiff | tree |
| 2015-03-30 |
Alvaro Herrera | Change array_offset to return subscripts, not offsets |
commit | commitdiff | tree |
| 2015-03-30 |
Alvaro Herrera | Fix lost persistence setting during REINDEX INDEX |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Be more careful about printing constants in ruleutils.c. |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Fix rare core dump in BackendIdGetTransactionIds(). |
commit | commitdiff | tree |
| 2015-03-30 |
Heikki Linnakangas | Add index-only scan support to range type GiST opclass. |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Clean up all the cruft after a pg_rewind test run. |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Fix multiple bugs and infelicities in pg_rewind. |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Add vacuum_delay_point call in compute_index_stats... |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Make ginbuild's funcCtx be independent of its tmpCtx. |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Remove a couple other vestigial yylex() declarations. |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Minor code cleanups in pgbench expression support. |
commit | commitdiff | tree |
| 2015-03-28 |
Tom Lane | Better fix for misuse of Float8GetDatumFast(). |
commit | commitdiff | tree |
| 2015-03-28 |
Andrew Dunstan | Add a pager_min_lines setting to psql |
commit | commitdiff | tree |
| 2015-03-28 |
Andrew Dunstan | Use standard librart sqrt function in pg_stat_statements |
commit | commitdiff | tree |
| 2015-03-28 |
Heikki Linnakangas | Add index-only scan support to inet GiST opclass. |
commit | commitdiff | tree |
| 2015-03-27 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-03-27 |
Heikki Linnakangas | Add index-only scan support to btree_gist. |
commit | commitdiff | tree |
| 2015-03-27 |
Andrew Dunstan | Fix portability issues with stddev in pg_stat_statements |
commit | commitdiff | tree |
| 2015-03-27 |
Andrew Dunstan | Add stats for min, max, mean, stddev times to pg_stat_s... |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Minor refactoring of btree_gist code. |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Fix GiST index-only scans for opclasses with different... |
commit | commitdiff | tree |
| 2015-03-26 |
Tom Lane | Tweak __attribute__-wrapping macros for better pgindent... |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Add support for index-only scans in GiST. |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Minor cleanup of GiST code, for readability. |
commit | commitdiff | tree |
| 2015-03-26 |
Tom Lane | Suppress some unused-variable complaints in new LOCK_DE... |
commit | commitdiff | tree |
| 2015-03-26 |
Tatsuo Ishii | Make SyncRepWakeQueue to a static function |
commit | commitdiff | tree |
| 2015-03-25 |
Tom Lane | Add an ASSERT statement in plpgsql. |
commit | commitdiff | tree |
| 2015-03-25 |
Andres Freund | Centralize definition of integer limits. |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Return ObjectAddress in many ALTER TABLE sub-routines |
commit | commitdiff | tree |
| 2015-03-25 |
Tom Lane | Upgrade src/port/rint.c to be POSIX-compliant. |
commit | commitdiff | tree |
| 2015-03-25 |
Kevin Grittner | Reduce pinning and buffer content locking for btree... |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Add OID output argument to DefineTSConfiguration |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Fix bug for array-formatted identities of user mappings |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Fix gram.y comment to match reality |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74 |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | PL/pgSQL docs: recommend format() for query construction |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | psql: show proper row count in \x mode for zero-column... |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | docs: clarify when MVCC snapshot is taken |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | btree_gin: properly call DirectFunctionCall1() |
commit | commitdiff | tree |
| 2015-03-24 |
Bruce Momjian | doc: update NUMERIC to state that only some ops are... |
commit | commitdiff | tree |
| 2015-03-24 |
Bruce Momjian | Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT |
commit | commitdiff | tree |
| 2015-03-24 |
Tom Lane | Fix ExecOpenScanRelation to take a lock on a ROW_MARK_C... |
commit | commitdiff | tree |
| 2015-03-23 |
Tom Lane | Apply table and domain CHECK constraints in name order. |
commit | commitdiff | tree |
| 2015-03-23 |
Alvaro Herrera | vacuumdb: Check result status of PQsendQuery |
commit | commitdiff | tree |
| 2015-03-23 |
Heikki Linnakangas | Try to fix MSVC build of pg_rewind. |
commit | commitdiff | tree |
| 2015-03-23 |
Heikki Linnakangas | Add pg_rewind, for re-synchronizing a master server... |
commit | commitdiff | tree |
| 2015-03-23 |
Andres Freund | Don't delay replication for less than recovery_min_appl... |
commit | commitdiff | tree |
| 2015-03-23 |
Andres Freund | Fix copy & paste error in 4f1b890b137. |
commit | commitdiff | tree |
| 2015-03-23 |
Robert Haas | Remove ill-advised pre-check for DSM segment exhaustion. |
commit | commitdiff | tree |
| 2015-03-23 |
Bruce Momjian | to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14 |
commit | commitdiff | tree |
| 2015-03-22 |
Andres Freund | Fix minor copy & pasto in the int128 accumulator patch. |
commit | commitdiff | tree |
| 2015-03-22 |
Tom Lane | Allow foreign tables to participate in inheritance. |
commit | commitdiff | tree |
| 2015-03-22 |
Bruce Momjian | rm src/test/performance |
commit | commitdiff | tree |
| 2015-03-22 |
Bruce Momjian | Add TOAST table to pg_shseclabel for long label use |
commit | commitdiff | tree |
| 2015-03-22 |
Bruce Momjian | Use mmap MAP_NOSYNC option to limit shared memory writes |
commit | commitdiff | tree |
| 2015-03-22 |
Bruce Momjian | to_char(float4/8): don't print "junk" digits |
commit | commitdiff | tree |
| 2015-03-22 |
Bruce Momjian | to_char(float4/8): zero pad to specified length |
commit | commitdiff | tree |
| 2015-03-21 |
Heikki Linnakangas | Make pg_xlogdump MSVC build work more like others. |
commit | commitdiff | tree |
| 2015-03-21 |
Bruce Momjian | pg_recvlogical: update --help description |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | docs: clarify the use of shell types |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | C comment: clearify SQL command mention |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | vacuumdb --help text: clarify analyze-only |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | doc: add comma for clarity |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | C comment: update lock level mention in comment |
commit | commitdiff | tree |
| 2015-03-20 |
Andres Freund | Use 128-bit math to accelerate some aggregation functions. |
commit | commitdiff | tree |
| 2015-03-20 |
Andres Freund | Add, optional, support for 128bit integers. |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | docs: mention the optimizer can increase the index... |
commit | commitdiff | tree |
| 2015-03-20 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | regression tests: remove polygon diagrams |
commit | commitdiff | tree |
| 2015-03-20 |
Bruce Momjian | psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT... |
commit | commitdiff | tree |
| 2015-03-19 |
Stephen Frost | GetUserId() changes to has_privs_of_role() |
commit | commitdiff | tree |
| 2015-03-19 |
Robert Haas | Add flags argument to dsm_create. |
commit | commitdiff | tree |
| 2015-03-19 |
Bruce Momjian | doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail |
commit | commitdiff | tree |
| 2015-03-19 |
Robert Haas | Fix status reporting for terminated bgworkers that... |
commit | commitdiff | tree |
| 2015-03-18 |
Bruce Momjian | pg_upgrade: document use of rsync for slave upgrades |
commit | commitdiff | tree |
| 2015-03-18 |
Alvaro Herrera | array_offset() and array_offsets() |
commit | commitdiff | tree |
| 2015-03-18 |
Alvaro Herrera | Install shared libraries to bin/ in Windows under MSVC |
commit | commitdiff | tree |
| 2015-03-18 |
Alvaro Herrera | Setup cursor position for schema-qualified elements |
commit | commitdiff | tree |
| 2015-03-18 |
Alvaro Herrera | Rationalize vacuuming options and parameters |
commit | commitdiff | tree |
| 2015-03-17 |
Andres Freund | Remove docs missed in 51c11a7025. |
commit | commitdiff | tree |
| 2015-03-17 |
Alvaro Herrera | Fix out-of-array-bounds compiler warning |
commit | commitdiff | tree |
| 2015-03-16 |
Alvaro Herrera | Support opfamily members in get_object_address |
commit | commitdiff | tree |
| 2015-03-16 |
Tom Lane | Replace insertion sort in contrib/intarray with qsort(). |
commit | commitdiff | tree |
| 2015-03-15 |
Tom Lane | Improve representation of PlanRowMark. |
commit | commitdiff | tree |
| 2015-03-15 |
Tom Lane | Move LockClauseStrength, LockWaitPolicy into new file... |
commit | commitdiff | tree |
| 2015-03-15 |
Tom Lane | src/port/dirmod.c needs to be built on Cygwin too. |
commit | commitdiff | tree |
| 2015-03-15 |
Tom Lane | Add missing documentation for PGC_SU_BACKEND in descrip... |
commit | commitdiff | tree |
| next |