projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2013-07-20
Tom Lane
Fix error handling in PLy_spi_execute_fetch_result().
commit
|
commitdiff
|
tree
2013-07-19
Robert Haas
doc: Fix typos in conversion names.
commit
|
commitdiff
|
tree
2013-07-19
Michael Meskes
Initialize day of year value.
commit
|
commitdiff
|
tree
2013-07-19
Tom Lane
Fix regex match failures for backrefs combined with...
commit
|
commitdiff
|
tree
2013-07-17
Stephen Frost
Use correct parameter name for view_option_value
commit
|
commitdiff
|
tree
2013-07-15
Stephen Frost
Correct off-by-one when reading from pipe
commit
|
commitdiff
|
tree
2013-07-14
Stephen Frost
Ensure 64bit arithmetic when calculating tapeSpace
commit
|
commitdiff
|
tree
2013-07-12
Michael Meskes
Fixed incorrect description of EXEC SQL VAR command.
commit
|
commitdiff
|
tree
2013-07-11
Bruce Momjian
pg_upgrade: document possible pg_hba.conf options
commit
|
commitdiff
|
tree
2013-07-08
Tom Lane
Fix planning of parameterized appendrel paths with...
commit
|
commitdiff
|
tree
2013-07-07
Magnus Hagander
Fix include-guard
commit
|
commitdiff
|
tree
2013-07-06
Michael Meskes
Also escape double quotes for ECPG's #line statement.
commit
|
commitdiff
|
tree
2013-07-05
Magnus Hagander
Remove stray | character
commit
|
commitdiff
|
tree
2013-07-05
Michael Meskes
Applied patch by MauMau <
[email protected]
> to escape...
commit
|
commitdiff
|
tree
2013-07-03
Bruce Momjian
pg_buffercache: document column meanings
commit
|
commitdiff
|
tree
2013-07-02
Alvaro Herrera
Mention extra_float_digits in floating point docs
commit
|
commitdiff
|
tree
2013-07-02
Heikki Linnakangas
Silence compiler warning in assertion-enabled builds.
commit
|
commitdiff
|
tree
2013-06-27
Tom Lane
Mark index-constraint comments with correct dependency...
commit
|
commitdiff
|
tree
2013-06-27
Tom Lane
Expect EWOULDBLOCK from a non-blocking connect() call...
commit
|
commitdiff
|
tree
2013-06-27
Tom Lane
Tweak wording in sequence-function docs to avoid PDF...
commit
|
commitdiff
|
tree
2013-06-27
Noah Misch
Document effect of constant folding on CASE.
commit
|
commitdiff
|
tree
2013-06-25
Andrew Dunstan
Properly dump dropped foreign table cols in binary...
commit
|
commitdiff
|
tree
2013-06-25
Fujii Masao
Support clean switchover.
commit
|
commitdiff
|
tree
2013-06-23
Simon Riggs
Ensure no xid gaps during Hot Standby startup
commit
|
commitdiff
|
tree
2013-06-20
Peter Eisentraut
Further update CREATE FUNCTION documentation about...
commit
|
commitdiff
|
tree
2013-06-19
Kevin Grittner
Fix the create_index regression test for Danish collation.
commit
|
commitdiff
|
tree
2013-06-18
Simon Riggs
Fix docs on lock level for ALTER TABLE VALIDATE
commit
|
commitdiff
|
tree
2013-06-15
Fujii Masao
Fix pg_restore -l with the directory archive to display...
commit
|
commitdiff
|
tree
2013-06-14
Tom Lane
Avoid deadlocks during insertion into SP-GiST indexes.
commit
|
commitdiff
|
tree
2013-06-13
Tom Lane
Only install a portal's ResourceOwner if it actually...
commit
|
commitdiff
|
tree
2013-06-12
Robert Haas
Improve description of loread/lowrite.
commit
|
commitdiff
|
tree
2013-06-11
Tom Lane
Fix cache flush hazard in cache_record_field_properties().
commit
|
commitdiff
|
tree
2013-06-11
Tatsuo Ishii
Add description that loread()/lowrite() are correspondi...
commit
|
commitdiff
|
tree
2013-06-10
Joe Conway
Fix ordering of obj id for Rules and EventTriggers...
commit
|
commitdiff
|
tree
2013-06-09
Tom Lane
Remove unnecessary restrictions about RowExprs in trans...
commit
|
commitdiff
|
tree
2013-06-09
Tom Lane
Remove ALTER DEFAULT PRIVILEGES' requirement of schema...
commit
|
commitdiff
|
tree
2013-06-09
Tom Lane
Remove fixed limit on the number of concurrent Allocate...
commit
|
commitdiff
|
tree
2013-06-08
Andrew Dunstan
Don't downcase non-ascii identifier chars in multi...
commit
|
commitdiff
|
tree
2013-06-07
Kevin Grittner
Correct the documentation of pg_rewrite.ev_attr.
commit
|
commitdiff
|
tree
2013-06-07
Tom Lane
Minor docs wordsmithing.
commit
|
commitdiff
|
tree
2013-06-06
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
2013-06-06
Robert Haas
Ensure that XLOG_HEAP2_VISIBLE always targets an initia...
commit
|
commitdiff
|
tree
2013-06-06
Robert Haas
Backport log_newpage_buffer.
commit
|
commitdiff
|
tree
2013-06-06
Bruce Momjian
pg_upgrade: document that --link should be used with...
commit
|
commitdiff
|
tree
2013-06-06
Tom Lane
Prevent pushing down WHERE clauses into unsafe UNION...
commit
|
commitdiff
|
tree
2013-06-05
Tom Lane
Put analyze_keyword back in explain_option_name production.
commit
|
commitdiff
|
tree
2013-06-05
Peter Eisentraut
doc: Add IDs to link targets used by phpPgAdmin
commit
|
commitdiff
|
tree
2013-06-04
Tom Lane
Provide better message when CREATE EXTENSION can't...
commit
|
commitdiff
|
tree
2013-06-04
Tom Lane
Add ARM64 (aarch64) support to s_lock.h.
commit
|
commitdiff
|
tree
2013-06-04
Tom Lane
Fix memory leak in LogStandbySnapshot().
commit
|
commitdiff
|
tree
2013-06-03
Tom Lane
Add semicolons to eval'd strings to hide a minor Perl...
commit
|
commitdiff
|
tree
2013-06-03
Tom Lane
Allow type_func_name_keywords in some places where...
commit
|
commitdiff
|
tree
2013-05-29
Robert Haas
Document auto_explain.log_timing.
commit
|
commitdiff
|
tree
2013-05-27
Stephen Frost
Documentation fix for ALTER TYPE .. RENAME
commit
|
commitdiff
|
tree
2013-05-23
Robert Haas
Fix typo in comment.
commit
|
commitdiff
|
tree
2013-05-23
Heikki Linnakangas
Print line number correctly in COPY.
commit
|
commitdiff
|
tree
2013-05-16
Tom Lane
Fix fd.c to preserve errno where needed.
commit
|
commitdiff
|
tree
2013-05-13
Tom Lane
Fix handling of OID wraparound while in standalone...
commit
|
commitdiff
|
tree
2013-05-11
Tom Lane
Update CREATE FUNCTION documentation about argument...
commit
|
commitdiff
|
tree
2013-05-10
Tom Lane
Guard against input_rows == 0 in estimate_num_groups().
commit
|
commitdiff
|
tree
2013-05-10
Tom Lane
Fix pgp_pub_decrypt() so it works for secret keys with...
commit
|
commitdiff
|
tree
2013-05-10
Tom Lane
Fix management of fn_extra caching during repeated...
commit
|
commitdiff
|
tree
2013-05-09
Tom Lane
Use pg_dump's --quote-all-identifiers option in pg_upgrade.
commit
|
commitdiff
|
tree
2013-05-08
Tom Lane
Revert "Fix permission tests for views/tables proven...
commit
|
commitdiff
|
tree
2013-05-04
Bruce Momjian
docs: log_line_prefix session id fix
commit
|
commitdiff
|
tree
2013-05-04
Bruce Momjian
docs: fix log_line_prefix session id docs
commit
|
commitdiff
|
tree
2013-05-02
Heikki Linnakangas
Fix thinko in comment.
commit
|
commitdiff
|
tree
2013-05-01
Tom Lane
Fix permission tests for views/tables proven empty...
commit
|
commitdiff
|
tree
2013-04-30
Heikki Linnakangas
Install recycled WAL segments with current timeline...
commit
|
commitdiff
|
tree
2013-04-29
Tom Lane
Postpone creation of pathkeys lists to fix bug #8049.
commit
|
commitdiff
|
tree
2013-04-29
Kevin Grittner
Ensure ANALYZE phase is not skipped because of canceled...
commit
|
commitdiff
|
tree
2013-04-26
Joe Conway
Ensure that user created rows in extension tables get...
commit
|
commitdiff
|
tree
2013-04-25
Tom Lane
Avoid deadlock between concurrent CREATE INDEX CONCURRE...
commit
|
commitdiff
|
tree
2013-04-25
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
2013-04-22
Peter Eisentraut
doc: Fix syntax in example
commit
|
commitdiff
|
tree
2013-04-20
Tom Lane
Fix longstanding race condition in plancache.c.
commit
|
commitdiff
|
tree
2013-04-10
Magnus Hagander
Update the description for the graphical installers
commit
|
commitdiff
|
tree
2013-04-07
Tom Lane
In isolationtester, retry after EINTR return from selec...
commit
|
commitdiff
|
tree
2013-04-05
Tom Lane
Improve documentation about the relationship of extensi...
commit
|
commitdiff
|
tree
2013-04-04
Bruce Momjian
psql: fix startup crash caused by PSQLRC containing...
commit
|
commitdiff
|
tree
2013-04-04
Heikki Linnakangas
Fix crash on compiling a regular expression with more...
commit
|
commitdiff
|
tree
2013-04-04
Heikki Linnakangas
Calculate # of semaphores correctly with --disable...
commit
|
commitdiff
|
tree
2013-04-03
Tom Lane
Avoid updating our PgBackendStatus entry when track_act...
commit
|
commitdiff
|
tree
2013-04-03
Tom Lane
Minor robustness improvements for isolationtester.
commit
|
commitdiff
|
tree
2013-04-01
Tom Lane
Stamp 9.2.4.
REL9_2_4
commit
|
commitdiff
|
tree
2013-04-01
Tom Lane
Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
commit
|
commitdiff
|
tree
2013-04-01
Tom Lane
Fix insecure parsing of server command-line switches.
commit
|
commitdiff
|
tree
2013-04-01
Tom Lane
Make REPLICATION privilege checks test current user...
commit
|
commitdiff
|
tree
2013-04-01
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2013-03-31
Tom Lane
Ignore extra subquery outputs in set_subquery_size_esti...
commit
|
commitdiff
|
tree
2013-03-31
Alvaro Herrera
Translation updates
commit
|
commitdiff
|
tree
2013-03-31
Bruce Momjian
pg_upgrade: don't copy/link files for invalid indexes
commit
|
commitdiff
|
tree
2013-03-30
Andrew Dunstan
Avoid moving data directory in upgrade testing.
commit
|
commitdiff
|
tree
2013-03-29
Tom Lane
Document encode(bytea, 'escape')'s behavior correctly.
commit
|
commitdiff
|
tree
2013-03-29
Tom Lane
Must check indisready not just indisvalid when dumping...
commit
|
commitdiff
|
tree
2013-03-28
Tom Lane
Update time zone data files to tzdata release 2013b.
commit
|
commitdiff
|
tree
2013-03-27
Tom Lane
Reset OpenSSL randomness state in each postmaster child...
commit
|
commitdiff
|
tree
2013-03-27
Heikki Linnakangas
Fix buffer pin leak in heap update redo routine.
commit
|
commitdiff
|
tree
2013-03-26
Tom Lane
Ignore invalid indexes in pg_dump.
commit
|
commitdiff
|
tree
2013-03-25
Heikki Linnakangas
In base backup, only include our own tablespace version...
commit
|
commitdiff
|
tree
next