index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
sequence.c
Age
Commit message (
Expand
)
Author
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-23
Minimize calls of pg_class_aclcheck to minimum necessary
Peter Eisentraut
2014-08-26
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-22
Avoid transient bogus page contents when creating a sequence.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-15
Minor comment corrections for sequence hashtable patch.
Tom Lane
2013-11-15
Fix bogus hash table creation.
Heikki Linnakangas
2013-11-15
Use a hash table to store current sequence values.
Heikki Linnakangas
2013-10-07
Make DISCARD SEQUENCES also discard the last used sequence.
Robert Haas
2013-10-04
Fix silly thinko in ResetSequenceCaches.
Robert Haas
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-15
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-26
Remove dead assignment
Peter Eisentraut
2012-02-05
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-01-23
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-02
Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
[next]